公司编码修改
This commit is contained in:
parent
e9bdcfe9bd
commit
697a898844
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue