提交 a7d95283 authored 作者: inroi's avatar inroi

微调

上级 f04fdc48
......@@ -94,9 +94,9 @@ public class ImsPickingListServiceImpl extends ServiceImpl<ImsPickingListMapper,
if (!CollectionUtils.isEmpty(imsList) && anAl(imsList.get(0).get("sup_mtrl_dt_anal_no").toString())) {
Map<String, Object> noMap = new HashMap<>(3);
map.put("docType", "SUP_MTRL_DT_DATA_ANAL");
map.put("updateType", "UPDATE");
map.put("data", new ArrayList<Map<String, Object>>().add(new HashMap<String, Object>(1) {{
noMap.put("docType", "SUP_MTRL_DT_DATA_ANAL");
noMap.put("updateType", "UPDATE");
noMap.put("data", new ArrayList<Map<String, Object>>().add(new HashMap<String, Object>(1) {{
put("sup_mtrl_dt_anal_no", imsList.get(0).get("sup_mtrl_dt_anal_no"));
}}));
String noJson = JsonUtil.toString(noMap);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论