|
|
@ -483,7 +483,7 @@ public class MesWorkOrderService extends BaseMesService<MesWorkOrder> implements
|
|
|
|
} catch (ImppBusiException busExcep) {
|
|
|
|
} catch (ImppBusiException busExcep) {
|
|
|
|
MesException.throwMesBusiException(busExcep.getErrorDetail());
|
|
|
|
MesException.throwMesBusiException(busExcep.getErrorDetail());
|
|
|
|
} catch (Exception e) {
|
|
|
|
} catch (Exception e) {
|
|
|
|
MesException.throwMesBusiException("计划日期格式异常");
|
|
|
|
MesException.throwMesBusiException("计划日期格式异常,日期格式应为:%s",DateUtil.SHORT_FORMAT);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//查询班次信息
|
|
|
|
//查询班次信息
|
|
|
|
List<MesShift> mesShifts = mesShiftMap.get(item.getWorkCenterCode() + item.getShiftCode());
|
|
|
|
List<MesShift> mesShifts = mesShiftMap.get(item.getWorkCenterCode() + item.getShiftCode());
|
|
|
|