公司编码修改

This commit is contained in:
xiang2lin 2024-10-09 11:17:01 +08:00
parent e9bdcfe9bd
commit 697a898844
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ public class SalesBillingServiceImpl implements ISalesBillingService {
//用新的审批接口 //用新的审批接口
JSONObject jsonObject = new JSONObject(); JSONObject jsonObject = new JSONObject();
jsonObject.put("billno",entity.getCode()); jsonObject.put("billno",entity.getCode());
jsonObject.put("corpcode",entity.getCode()); jsonObject.put("corpcode",entity.getCorp());
jsonObject.put("billType","saleinvoice"); jsonObject.put("billType","saleinvoice");
jsonObject.put("userCode","15715849962"); jsonObject.put("userCode","15715849962");
jsonObject.put("ckeckResult","Y"); jsonObject.put("ckeckResult","Y");