mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-30 16:10:03 +08:00
update 查询开启自动提现运营商列表
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user