合同审核接口修改

合同提交审核接口修改
调整价配置对应字段修改
合同提交erp接口修改
作废接口修改
完结接口修改
This commit is contained in:
guojunyun
2025-10-17 15:44:57 +08:00
parent e70f0d8469
commit 36ff79ac97
9 changed files with 314 additions and 163 deletions

View File

@@ -338,7 +338,7 @@ public class ErpContractServiceImpl implements ErpContractService {
head.put("DDSKJE", erpContract.getPayeeConditionAmount());
Map<String, Object> req = new HashMap<>();
req.put("head", head);
req.put("header", head);
erpSubmitReqDTO.setReq(req);
HashMap<String, String> response = erpExternalApi.submitDataToErp(erpSubmitReqDTO);