Commit b0a1dd44 authored by shiyu's avatar shiyu

新增专场标题

parent 76dc38f3
...@@ -166,6 +166,7 @@ public class SpecialPerformanceServiceImpl implements SpecialPerformanceService ...@@ -166,6 +166,7 @@ public class SpecialPerformanceServiceImpl implements SpecialPerformanceService
}); });
resultMap.put("dataList", PageSearchResult.of(pageInfo, supplierItemVos)); resultMap.put("dataList", PageSearchResult.of(pageInfo, supplierItemVos));
resultMap.put("endTime", specialPerformance.getEndTime()); resultMap.put("endTime", specialPerformance.getEndTime());
resultMap.put("title", specialPerformance.getTitle());
Date now = new Date(); Date now = new Date();
//当前时间大于专场结束时间则修改专场的状态 //当前时间大于专场结束时间则修改专场的状态
if (now.after(specialPerformance.getEndTime())) { if (now.after(specialPerformance.getEndTime())) {
......
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