代客下单 查询校验
This commit is contained in:
@@ -775,7 +775,7 @@ public class TbProductServiceImpl implements TbProductService {
|
||||
.eq("shop_id", shopId)
|
||||
.eq("status", 1)
|
||||
.eq("is_del", 0)
|
||||
.like("days", "%"+DateUtil.dayOfWeekEnum(new Date()).name()+"%")
|
||||
.like("days", DateUtil.dayOfWeekEnum(new Date()).name())
|
||||
.gt("end_time", new LocalTime())
|
||||
.lt("start_time", new LocalTime())
|
||||
.eq("is_pause_sale", 0);
|
||||
|
||||
Reference in New Issue
Block a user