去掉查询条件

2024年7月4日 12:57:21
This commit is contained in:
xiang2lin 2024-07-04 12:57:24 +08:00
parent 3769d1601d
commit bef253f924
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ public class PayApplyPluginInitializer extends PluginBaseEntity {
if (null == paymentEntity)
paymentEntity = new PaymentEntity();
//支付申请
paymentEntity.setOaId("8475071606892874568");
//paymentEntity.setOaId("8475071606892874568");
cbsPluginService.applyPay(paymentEntity);
return null;
}