Commit a61f54b7 by wang_jiaxing

修复单位bug

parent 3b0cb99d
......@@ -427,6 +427,10 @@ public class Utils {
lev = "5";
codeLevCol = "CODE_LEV4";
dscodeLevCol = "CODE_LEV5";
} else if ("5".equals(userGrade)) {
lev = "6";
codeLevCol = "CODE_LEV5";
dscodeLevCol = "CODE_LEV6";
}
//userGarde传入数字,是根据单位查询出其所在lev,传入unitcode时应该查哪一级别
......
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