提交 a846e6e7 authored 作者: 许俊's avatar 许俊

微调

上级 6bf3cf44
...@@ -179,7 +179,7 @@ public class ImsOtherOutstockPushApi implements web_api { ...@@ -179,7 +179,7 @@ public class ImsOtherOutstockPushApi implements web_api {
else else
{ {
Father_FEntryIDs.add(FEntryID); Father_FEntryIDs.add(FEntryID);
maps.put(maps.get("AUDIT_ID").toString()+maps.get("AUDIT_SEQ").toString(),FEntryID); maps.put(maps.get("AUDIT_ID").toString()+maps.get("MTRL_SEQ").toString(),FEntryID);
} }
} else { } else {
......
...@@ -195,7 +195,7 @@ public class ImsOtherOutstockServiceImpl extends ServiceImpl<ImsOtherOutstockMap ...@@ -195,7 +195,7 @@ public class ImsOtherOutstockServiceImpl extends ServiceImpl<ImsOtherOutstockMap
} }
//查询子单据行内码maps.get("AUDIT_ID").toString()+maps.get("AUDIT_SEQ").toString() //查询子单据行内码maps.get("AUDIT_ID").toString()+maps.get("AUDIT_SEQ").toString()
for (Map<String, Object> needmap : needLists) { for (Map<String, Object> needmap : needLists) {
String Son_FEntry_ID = imsOtherOutstockPushApi.querySonFEntryID(needmap.get(needmap.get("AUDIT_ID").toString()+needmap.get("AUDIT_SEQ").toString()).toString(),needmap.get(SEQ).toString(), result.getResponseStatus().getSuccessEntitys().get(0).getId()); String Son_FEntry_ID = imsOtherOutstockPushApi.querySonFEntryID(needmap.get(needmap.get("AUDIT_ID").toString()+needmap.get("MTRL_SEQ").toString()).toString(),needmap.get(SEQ).toString(), result.getResponseStatus().getSuccessEntitys().get(0).getId());
needmap.put("FID", result.getResponseStatus().getSuccessEntitys().get(0).getId()); needmap.put("FID", result.getResponseStatus().getSuccessEntitys().get(0).getId());
needmap.put("FEntry_ID",Son_FEntry_ID); needmap.put("FEntry_ID",Son_FEntry_ID);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论