|
|
@@ -225,7 +225,7 @@ public class StoreApplyController {
|
|
|
public ModelAndView storeInfoAndProdCountExport(@DateTimeFormat(pattern = "yyyy-MM-dd") Date startTime, @DateTimeFormat(pattern = "yyyy-MM-dd") Date endTime) {
|
|
|
ModelAndView modelAndView = new ModelAndView();
|
|
|
SimpleDateFormat format = new SimpleDateFormat("yyyy/MM/dd");
|
|
|
- modelAndView.addObject("dateFormat", DateFormatUtils.DATETIME_FORMAT);
|
|
|
+ modelAndView.addObject("dateFormat", DateFormatUtils.DATETIME_FORMAT);
|
|
|
modelAndView.addObject("startTime", format.format(startTime));
|
|
|
modelAndView.addObject("endTime", format.format(endTime));
|
|
|
List<StoreInfoAndProdExport> exports = storeApplyService.storeInfoAndProdCountExport(startTime, endTime);
|