1.财务中心和数据中心收入明细不匹配修复

This commit is contained in:
张松
2025-01-06 19:27:59 +08:00
parent fb34403e34
commit 652dacdf03

View File

@@ -46,4 +46,6 @@ public interface PayDetailsDao extends BaseMapper<PayDetails> {
Double instantselectSumPay(@Param("date") String date, @Param("userId") Long userId);
Double statisticsIncomeMoney(@Param("time") String time, @Param("flag") Integer flag, @Param("ordersType") Integer ordersType);
}