Commit 0c3c79f2 authored by shiyu's avatar shiyu

专场详情新增开始时间字段

parent aa8e86e7
...@@ -249,6 +249,7 @@ public class SpecialPerformanceServiceImpl implements SpecialPerformanceService ...@@ -249,6 +249,7 @@ public class SpecialPerformanceServiceImpl implements SpecialPerformanceService
supplierItemVos.add(supplierItemVo); supplierItemVos.add(supplierItemVo);
}); });
resultMap.put("dataList", PageSearchResult.of(pageInfo, supplierItemVos)); resultMap.put("dataList", PageSearchResult.of(pageInfo, supplierItemVos));
resultMap.put("startTime", specialPerformance.getStartTime());
resultMap.put("endTime", specialPerformance.getEndTime()); resultMap.put("endTime", specialPerformance.getEndTime());
resultMap.put("title", specialPerformance.getTitle()); resultMap.put("title", specialPerformance.getTitle());
//当前时间大于专场结束时间则修改专场的状态 //当前时间大于专场结束时间则修改专场的状态
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment