修复store/promotion/pintuan这个接口中,获取拼团列表查询bug。

This commit is contained in:
yangkang 2021-12-06 15:18:03 +08:00
parent 0912872de2
commit 3ac28ac218

View File

@ -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));