提交 2ac24a51 authored 作者: 许俊's avatar 许俊

微调

上级 5f809bb6
...@@ -1054,7 +1054,9 @@ public class CategoryDao { ...@@ -1054,7 +1054,9 @@ public class CategoryDao {
key.put(Son_FEnrtyID, Son_FEnrtyID); key.put(Son_FEnrtyID, Son_FEnrtyID);
Map<String, String> where = new HashMap<>(); Map<String, String> where = new HashMap<>();
where.put("FID", FID); where.put("FID", FID);
where.put(SeqName,String.valueOf(seq)); if(!ObjectUtils.isEmpty(seq)) {
where.put(SeqName, String.valueOf(seq));
}
if(!ObjectUtils.isEmpty(wipOrde)) if(!ObjectUtils.isEmpty(wipOrde))
{ {
where.put(wipOrderName,wipOrde); where.put(wipOrderName,wipOrde);
......
...@@ -94,8 +94,7 @@ public class ImsOutPickingApi implements web_api { ...@@ -94,8 +94,7 @@ public class ImsOutPickingApi implements web_api {
if (ObjectUtils.isEmpty(FID)) { if (ObjectUtils.isEmpty(FID)) {
FID = new String(); FID = new String();
} }
wipOrde=null; String FEntity_FEntryId = categoryDao.select_Son_FentryId(SeqName,Son_FEnrtyID, null,FID,sFormId,KingdeeLogName+"子单据行内码查询",wipOrde,wipOrdeName);
String FEntity_FEntryId = categoryDao.select_Son_FentryId(SeqName,Son_FEnrtyID, Integer.valueOf(seq),FID,sFormId,KingdeeLogName+"子单据行内码查询",wipOrde,wipOrdeName);
return FEntity_FEntryId; return FEntity_FEntryId;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论