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