修复store/promotion/pintuan这个接口中,获取拼团列表查询bug。
This commit is contained in:
parent
9016090c67
commit
ece66ba16a
@ -55,7 +55,7 @@ public class PintuanSearchParams {
|
||||
queryWrapper.like("store_name", storeName);
|
||||
}
|
||||
if (!StringUtils.isEmpty(storeId)) {
|
||||
queryWrapper.eq("store_id", storeName);
|
||||
queryWrapper.eq("store_id", storeId);
|
||||
}
|
||||
if (startTime != null) {
|
||||
queryWrapper.ge("start_time", new Date(startTime));
|
||||
|
Loading…
x
Reference in New Issue
Block a user