fix bug
This commit is contained in:
parent
744d882831
commit
ec912efa01
@ -48,7 +48,7 @@ public class StoreSearchParams implements Serializable {
|
||||
if (StringUtils.isNotEmpty(storeDisable)) {
|
||||
queryWrapper.eq("store_disable", storeDisable);
|
||||
} else {
|
||||
queryWrapper.eq("store_disable", StoreStatusEnum.OPEN.name()).or().eq("store_disable", StoreStatusEnum.CLOSED.name());
|
||||
queryWrapper.and(Wrapper -> Wrapper.eq("store_disable", StoreStatusEnum.OPEN.name()).or().eq("store_disable", StoreStatusEnum.CLOSED.name()));
|
||||
}
|
||||
//按时间查询
|
||||
if (StringUtils.isNotEmpty(startDate)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user