物料同步保存修改从界面获取
This commit is contained in:
parent
741a69a0b6
commit
d4c5e58b2b
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue