1.cashOut定时任务修改
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.sqx.modules.pay.dao;
|
||||
|
||||
import cn.hutool.core.date.DateTime;
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.sqx.modules.pay.entity.CashOut;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
@@ -22,7 +23,7 @@ public interface CashOutDao extends BaseMapper<CashOut> {
|
||||
|
||||
List<CashOut> selectYesterday();
|
||||
|
||||
List<CashOut> selectTemp();
|
||||
List<CashOut> selectTemp(@Param("time")DateTime time);
|
||||
|
||||
Double selectCashOutSum(@Param("userId") Long userId, @Param("startTime") Date startTime, @Param("endTime") Date endTime);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user