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

@@ -670,4 +670,10 @@ public class PileMerchantInfoServiceImpl implements PileMerchantInfoService {
return pileMerchantInfoMapper.updateByPrimaryKeySelective(merchantInfo);
}
@Override
public List<PileMerchantInfo> selectAutoWithdrawalMerchantInfoList() {
List<PileMerchantInfo> list = pileMerchantInfoMapper.selectAutoWithdrawalMerchantInfoList();
return list;
}
}