Commit 88062ca7 authored by shiyu's avatar shiyu

专场拍品查询,返回专场id

parent 017a79c5
......@@ -265,6 +265,7 @@ public class SpecialPerformanceServiceImpl implements SpecialPerformanceService
resultMap.put("startTime", specialPerformance.getStartTime());
resultMap.put("endTime", specialPerformance.getEndTime());
resultMap.put("title", specialPerformance.getTitle());
resultMap.put("specialPerformanceId", specialPerformance.getId());
//当前时间大于专场结束时间则修改专场的状态
if (now.after(specialPerformance.getEndTime())) {
SpecialPerformance updateDto = new SpecialPerformance();
......
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