update优化清分账单逻辑

This commit is contained in:
2023-09-21 13:09:52 +08:00
parent b061442497
commit a465e75635
10 changed files with 72 additions and 18 deletions

View File

@@ -42,5 +42,7 @@ public interface ClearingBillInfoService {
int updateBatchSelective(List<ClearingBillInfo> list);
int batchInsert(List<ClearingBillInfo> list);
ClearingBillInfo selectByMerchantIdAndTradeDate(String merchantId, String tradeDate);
}