|
|
@@ -72,5 +72,5 @@ public interface CashOutDao extends BaseMapper<CashOut> {
|
|
|
|
|
|
IPage<CashOutVO> selectCashOutList(@Param("page") IPage<CashOut> pageParam, @Param("params") Map<String, Object> params);
|
|
|
|
|
|
- Double selectCashOutTotal(@Param("page") IPage<CashOut> page, @Param("params") Map<String, Object> params);
|
|
|
+ Double selectCashOutTotal(@Param("params") Map<String, Object> params);
|
|
|
}
|