提交 7e761820 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 e563cdcf
......@@ -90,7 +90,7 @@ public class EditorMaintenanceServiceImpl extends BaseServiceImpl<EditorMaintena
Iterator<Map.Entry<String, FileNameValueVo>> iter = map.entrySet().iterator();
while(iter.hasNext()) {
Map.Entry<String, FileNameValueVo> next = iter.next();
if ("Id".equals(next.getKey()) || "Stage".equals(next.getKey()) || "SubjectNum".equals(next.getKey())
if ("Id".equals(next.getKey()) || "Stage".equals(next.getKey())
|| "IsbnCopy".equals(next.getKey()) || "Editorld".equals(next.getKey()) || "RelatedFile".equals(next.getKey())
|| "RelatedFileName".equals(next.getKey()) || "Expedited".equals(next.getKey()) || "Author".equals(next.getKey())
|| "BarCode".equals(next.getKey()) || "IsbnFillBy".equals(next.getKey()) || "CipFillBy".equals(next.getKey())
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论