变更单回写响应信息携带显示变更单名称

This commit is contained in:
itzhang 2025-07-18 16:14:41 +08:00
parent e82da66ca0
commit b090f5a096
3 changed files with 3 additions and 3 deletions

View File

@ -716,7 +716,7 @@ public class DesignController {
logMap.put("res_body", "同步成功");
//backReqMap.put("updated_erp_id__c", contractRes.getJSONObject("data").getJSONArray("result").getJSONObject(0).getString("id"));
backReqMap.put("sync_status__c", "option_sync_success__c");
backReqMap.put("response_info__c", "变更同步成功");
backReqMap.put("response_info__c", designBGDocName + "变更同步成功");
//开始审核
// KingDeeUtils kingDeeUtils = new KingDeeUtils();

View File

@ -544,7 +544,7 @@ public class PreContractController {
logMap.put("res_body", "同步成功");
//backReqMap.put("updated_erp_id__c", contractRes.getJSONObject("data").getJSONArray("result").getJSONObject(0).getString("id"));
backReqMap.put("sync_status__c", "option_sync_success__c");
backReqMap.put("response_info__c", "变更同步成功");
backReqMap.put("response_info__c", YQHTName + "变更同步成功");
//开始审核
// KingDeeUtils kingDeeUtils = new KingDeeUtils();

View File

@ -938,7 +938,7 @@ public class XSHTController {
logMap.put("res_body", "同步成功");
//backReqMap.put("sales_contract_ERPID__c", contractRes.getJSONObject("data").getString("pkId"));
backReqMap.put("sync_status__c", "option_sync_success__c");
backReqMap.put("response_info__c", "变更同步成功,同步时间:" + LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss")));
backReqMap.put("response_info__c", contractBGName + "变更同步成功,同步时间:" + LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss")));
//开始审核
// KingDeeUtils kingDeeUtils = new KingDeeUtils();