Commit 31f3d25e by wang_jiaxing

修复单位bug

parent e39b5b95
......@@ -427,6 +427,10 @@ public class Utils {
lev = "5";
codeLevCol = "CODE_LEV4";
dscodeLevCol = "CODE_LEV5";
} else if ("5".equals(userGrade)) {
lev = "5";
codeLevCol = "CODE_LEV5";
dscodeLevCol = "CODE_LEV5";
}
//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