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