Commit d74304c9 by 唐功亮

【修复】 分中心用户查询

parent 740d0bfa
......@@ -123,7 +123,7 @@ public class TycpdmFirmServiceImpl extends ServiceImpl<TycpdmFirmDao, TycpdmFirm
}else if (levels==1){
throw new RRException("无权访问");
}else if (String.valueOf(levels).length()==4){
levels=-99;
//levels=-99;
}else {
throw new RRException("无权访问");
}
......
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