物料对称修改

This commit is contained in:
lvleigang 2025-04-28 10:11:14 +08:00
parent a85ace9a5f
commit 7d52bf7417
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ public class BusinessServiceImpl extends BaseService<BusinessEntity, String> imp
controlsLogEntity.setModify_user_id("c796fd9ba4c9f5ff3cc2fa41a040e443");
controlsLogEntity.setOrg_id("0");
controlsLogEntity.setRemark("插件新增");
controlsLogDaoimpl.saveControlsLog(saveData.getString("id"), "数智中台", "800004", jsonObject.toJSONString(), "接口新增", "数智中台", "mdm_ccd_option_log", "1","插件新增");
controlsLogDaoimpl.saveControlsLog(saveData.getString("id"), "数智中台", "800004", "", "接口新增", "数智中台", "mdm_ccd_option_log", "1","插件新增");
}
}
return BaseResult.getSuccessMessageEntity("处理成功");