mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 21:15:06 +08:00
修复提现状态bug
This commit is contained in:
@@ -23,7 +23,7 @@ public interface ClearingBillInfoService {
|
||||
|
||||
List<ClearingBillInfo> selectByMerchantId(String merchantId, String billStatus);
|
||||
|
||||
void updateStatus(List<Integer> clearingBillIds, String billStatus);
|
||||
void updateStatus(List<Integer> clearingBillIds, String billStatus, String withdrawCode);
|
||||
|
||||
/**
|
||||
* 后管用 查询运营商账单列表
|
||||
@@ -44,5 +44,7 @@ public interface ClearingBillInfoService {
|
||||
int batchInsert(List<ClearingBillInfo> list);
|
||||
|
||||
ClearingBillInfo selectByMerchantIdAndTradeDate(String merchantId, String tradeDate);
|
||||
|
||||
List<ClearingBillInfo> selectByWithdrawCode(String withdrawCode);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user