记得上下班打卡 | git大法好,push需谨慎

Commit 6fd0d283 authored by GaoHu's avatar GaoHu

exit

parent c9a60ce4
...@@ -144,8 +144,6 @@ public class GoblinMixServiceImpl implements IGoblinMixService { ...@@ -144,8 +144,6 @@ public class GoblinMixServiceImpl implements IGoblinMixService {
//旧数据支持 //旧数据支持
//上架时间 //上架时间
vo.setShelvesTime(vo.getShelvesTime() != null && !"".equals(vo.getShelvesTime()) ? vo.getShelvesTime() : vo.getTimeStart()); vo.setShelvesTime(vo.getShelvesTime() != null && !"".equals(vo.getShelvesTime()) ? vo.getShelvesTime() : vo.getTimeStart());
//查询预约
vo.setReserve(redisUtils.getReserveMixByUid(uid, mixId) != null ? 1 : 0);
return ResponseDto.success(vo); return ResponseDto.success(vo);
} }
......
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