Explorar o código

Merge remote-tracking branch 'origin/dev_hjj_522'

yangzhi hai 2 semanas
pai
achega
5ffd898af2
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      src/main/java/com/jsh/erp/service/FunctionService.java

+ 0 - 2
src/main/java/com/jsh/erp/service/FunctionService.java

@@ -78,10 +78,8 @@ public class FunctionService {
     public List<FunctionEx> select(String name, String type)throws Exception {
         List<FunctionEx> list=null;
         try{
-            if(BusinessConstants.DEFAULT_MANAGER.equals(userService.getCurrentUser().getLoginName())) {
                 PageUtils.startPage();
                 list = functionMapperEx.selectByConditionFunction(name, type);
-            }
         }catch(Exception e){
             JshException.readFail(logger, e);
         }