总项数
This commit is contained in:
@@ -157,7 +157,7 @@ public class PreparationServiceImpl implements PreparationService {
|
||||
if (CollectionUtils.isNotEmpty(shopContractActualCompletionTime)) {
|
||||
ScheduleDTO scheduleDTO = shopContractActualCompletionTime.get(CommonConstants.ZERO);
|
||||
preparationScheduleDetailVO.setCompletionColumn(scheduleDTO.getCompletionColumn());
|
||||
preparationScheduleDetailVO.setTotalColumn(scheduleDTO.getTotalColumn());
|
||||
preparationScheduleDetailVO.setTotalColumn(scheduleDTO.getTotalColumn()-1);
|
||||
preparationScheduleDetailVO.setPlanCompletionTime(scheduleDTO.getPlanCompleteTime());
|
||||
}
|
||||
if (CollectionUtils.isNotEmpty(shop)) {
|
||||
|
||||
Reference in New Issue
Block a user