This commit is contained in:
wangliwen 2022-06-23 20:05:23 +08:00
parent f3d482707e
commit da8340d41e
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class TDemandCommentServiceImpl extends CrudServiceImpl<TDemandCommentDao
}
});
if (!params.containsKey("creator")) {
wrapper.eq(StringUtils.isNotBlank(params.get("creator").toString()), "del_flag", 0);
wrapper.eq("del_flag", 0);
}
wrapper.orderByDesc("create_date");
return wrapper;