注视没用的代码

This commit is contained in:
xiang2lin 2024-07-04 15:44:41 +08:00
parent 965454a1c7
commit 290243f8be
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ public class PayApplyAgentPluginInitializer extends PluginBaseEntity {
public JsonResultEntity executeBusiness(JSONObject requestJson) throws Exception { public JsonResultEntity executeBusiness(JSONObject requestJson) throws Exception {
//1查询代支付的 //1查询代支付的
AgentPaymentEntity agentPaymentEntity = new AgentPaymentEntity(); AgentPaymentEntity agentPaymentEntity = new AgentPaymentEntity();
agentPaymentEntity.setOaId("4442823497745714629"); //agentPaymentEntity.setOaId("4442823497745714629");
cbsPluginService.applyAgentPay(agentPaymentEntity); cbsPluginService.applyAgentPay(agentPaymentEntity);
return null; return null;
} }