删掉没用的数据
This commit is contained in:
parent
083d91d6e7
commit
109fb9ce59
|
@ -83,21 +83,6 @@ public class CbsPluginServiceImpl implements ICbsPluginService {
|
||||||
}
|
}
|
||||||
paymentEntity.setDataSourceCode(oa_data_source_code);
|
paymentEntity.setDataSourceCode(oa_data_source_code);
|
||||||
List<PaymentEntity> paymentList = paymentService.queryUnpaid(paymentEntity);
|
List<PaymentEntity> paymentList = paymentService.queryUnpaid(paymentEntity);
|
||||||
/* List<PaymentEntity> paymentList = new ArrayList<>();
|
|
||||||
paymentEntity.setReferenceNum("CL202406140001");
|
|
||||||
paymentEntity.setPayAccount("655905707410000");
|
|
||||||
paymentEntity.setPayBankName("");
|
|
||||||
paymentEntity.setAmount("99");
|
|
||||||
paymentEntity.setRevAccount("123456778");
|
|
||||||
paymentEntity.setRevBankName("中国工商银行总行清算中心");
|
|
||||||
paymentEntity.setRevBankType("ICB");
|
|
||||||
paymentEntity.setRevAccountName("测试账户");
|
|
||||||
paymentEntity.setCnapsCode("102100099996");
|
|
||||||
paymentEntity.setPurpose("测试用途");
|
|
||||||
paymentEntity.setBusType("202");
|
|
||||||
paymentEntity.setCurrency("10");
|
|
||||||
paymentEntity.setPurpose("测试用途");
|
|
||||||
paymentList.add(paymentEntity);*/
|
|
||||||
if (CollectionUtils.isNotEmpty(paymentList)){
|
if (CollectionUtils.isNotEmpty(paymentList)){
|
||||||
for (PaymentEntity pay : paymentList) {
|
for (PaymentEntity pay : paymentList) {
|
||||||
//调用支付申请接口
|
//调用支付申请接口
|
||||||
|
|
Loading…
Reference in New Issue