中台测试环境

This commit is contained in:
lvleigang 2025-04-07 13:53:51 +08:00
parent d56cc9facb
commit eb65762963
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ public class ZjMaterielSynchronizationEventServiceImpl extends BaseService<ZjMat
@Override @Override
@DSTransactional() @DSTransactional()
public JsonResultEntity materielSynchronization(JSONObject requestJson) { public JsonResultEntity materielSynchronization(JSONObject requestJson) {
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");