公司编码修改
This commit is contained in:
parent
e9bdcfe9bd
commit
697a898844
buildpackage/src/main/java/com/hzya/frame/plugin/u8c/service/impl
|
@ -137,7 +137,7 @@ public class SalesBillingServiceImpl implements ISalesBillingService {
|
|||
//用新的审批接口
|
||||
JSONObject jsonObject = new JSONObject();
|
||||
jsonObject.put("billno",entity.getCode());
|
||||
jsonObject.put("corpcode",entity.getCode());
|
||||
jsonObject.put("corpcode",entity.getCorp());
|
||||
jsonObject.put("billType","saleinvoice");
|
||||
jsonObject.put("userCode","15715849962");
|
||||
jsonObject.put("ckeckResult","Y");
|
||||
|
|
Loading…
Reference in New Issue