提交 f7d57f9f authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 e1af9e15
......@@ -94,7 +94,10 @@ public class EditorMaintenanceServiceImpl extends BaseServiceImpl<EditorMaintena
while(iter.hasNext()) {
Map.Entry<String, FileNameValueVo> next = iter.next();
if ("Id".equals(next.getKey()) || "Stage".equals(next.getKey()) || "SubjectNum".equals(next.getKey())
|| "IsbnCopy".equals(next.getKey()) || "Editorld".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())
|| "BookType".equals(next.getKey())){
iter.remove();
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论