|
|
|
@ -397,8 +397,10 @@ public class SfcDispatchServiceImpl extends ServiceImpl<SfcDispatchMapper, SfcDi
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//时间
|
|
|
|
|
sfcDispatchDto.setEarliestStartDate(sfcDispatchDto.getPlannedStartDate());
|
|
|
|
|
sfcDispatchDto.setLatestEndDate(sfcDispatchDto.getPlannedCompDate());
|
|
|
|
|
if (Constants.USER_GROUP_ZJH.equals(sfcDispatchDto.getRole())) {
|
|
|
|
|
sfcDispatchDto.setEarliestStartDate(sfcDispatchDto.getPlannedStartDate());
|
|
|
|
|
sfcDispatchDto.setLatestEndDate(sfcDispatchDto.getPlannedCompDate());
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//派工导入
|
|
|
|
|