Commit 1cde0f79 by yanru

增加注解

parent 0351dd87
......@@ -36,7 +36,7 @@ public class IDicItemServiceImpl implements IDicItemService {
ssdw = ssdw.substring(0, 2);
}
//String key = "zzjgdm_"+ssdw+":"+node.getCodeType()+":"+node.getpId()+":"+node.getId()+":"+node.getName()+":"+node.getId()+" | "+node.getName();
if("CODE_AJZLB".equals(type)||"CODE_AJXZLB".equals(type)||"CODE_XALBDMBCMS".equals(type)){
if("CODE_AJZLB".equals(type)||"CODE_AJXZLB".equals(type)||"CODE_XALBDMBCMS".equals(type)){//没有父级节点的CODE
if (id == null || "".equals(id)){
id="*";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment