Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
liss
2025-10-17 17:58:11 +08:00
69 changed files with 3688 additions and 183 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);