update 查询开启自动提现运营商列表

This commit is contained in:
Guoqs
2025-03-13 13:43:30 +08:00
parent 10730b3086
commit e9d9fe419f
5 changed files with 32 additions and 5 deletions

View File

@@ -255,7 +255,8 @@ public class JsowellTask {
*/
public void automaticPayouts() {
// TODO 查询开启自动提现运营商列表
List<PileMerchantInfo> pileMerchantInfos = pileMerchantInfoService.selectPileMerchantInfoList(null);
// List<PileMerchantInfo> pileMerchantInfos = pileMerchantInfoService.selectPileMerchantInfoList(null);
List<PileMerchantInfo> pileMerchantInfos = pileMerchantInfoService.selectAutoWithdrawalMerchantInfoList();
if (CollectionUtils.isEmpty(pileMerchantInfos)) {
log.info("定时任务,自动提现, 未查询到运营商列表,直接返回");
return;