|
|
|
@ -4515,9 +4515,10 @@ public class ScheduleServiceImpl implements ScheduleService { |
|
|
|
String flag = scheduleMapper.getUserSpecialSecurity(inData.getUsername(), "236"); |
|
|
|
if ("Y".equals(flag)) { |
|
|
|
throw new XJException(sysMsgService.getLanguageMsg(SysMsgConstant.OBJECT_ID_200181), 400); |
|
|
|
} else { |
|
|
|
throw new XJException(sysMsgService.getLanguageMsg(SysMsgConstant.OBJECT_ID_200182), 300); |
|
|
|
} |
|
|
|
// else { |
|
|
|
// throw new XJException(sysMsgService.getLanguageMsg(SysMsgConstant.OBJECT_ID_200182), 300); |
|
|
|
// } |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|