|
|
@ -2038,6 +2038,8 @@ public class DailyPlanServiceImpl implements DailyPlanService { |
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|
public List<LiuhuaViewData> queryVulcanizationList(LiuhuaViewData inData){ |
|
|
public List<LiuhuaViewData> queryVulcanizationList(LiuhuaViewData inData){ |
|
|
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); |
|
|
|
|
|
inData.setToday(sdf.format(new Date())); |
|
|
return this.soScheduledListMapper.queryVulcanizationList(inData); |
|
|
return this.soScheduledListMapper.queryVulcanizationList(inData); |
|
|
} |
|
|
} |
|
|
@Override |
|
|
@Override |
|
|
|