物料同步保存修改从界面获取

This commit is contained in:
lvleigang 2025-04-08 15:48:36 +08:00
parent 741a69a0b6
commit d4c5e58b2b
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ public class ZjMaterielSynchronizationEventServiceImpl extends BaseService<ZjMat
@DSTransactional() @DSTransactional()
public JsonResultEntity materielSynchronization(JSONObject requestJson) { public JsonResultEntity materielSynchronization(JSONObject requestJson) {
logger.error("物料档案同步入参"+requestJson.toJSONString()); logger.error("物料档案同步入参"+requestJson.toJSONString());
requestJson = setdata(); //requestJson = setdata();
JSONObject reqJson = new JSONObject(); JSONObject reqJson = new JSONObject();
JSONObject jsonStr = requestJson.getJSONObject("jsonStr"); JSONObject jsonStr = requestJson.getJSONObject("jsonStr");
JSONObject businessDataStr = jsonStr.getJSONObject("businessDataStr"); JSONObject businessDataStr = jsonStr.getJSONObject("businessDataStr");