Commit 11a24bb2 by xuxf

GB_D_XZQHDM代码尾号0生成不出来问题修改。

parent 867715eb
......@@ -44,7 +44,7 @@ public class DictTree_GB_D_XZQHDM extends DictTreeCreator {
dictList1.add(dictList.get(i));
}else if(dm.endsWith("00")&&!dm.endsWith("0000")){//第二级判定条件
dictList2.add(dictList.get(i));
}else if(!dm.endsWith("0")){//第三级判定条件
}else if(!dm.endsWith("00")&&!dm.endsWith("0000")){//第三级判定条件
dictList3.add(dictList.get(i));
}
}
......
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