合同审核接口修改
合同提交审核接口修改 调整价配置对应字段修改 合同提交erp接口修改 作废接口修改 完结接口修改
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user