npe
This commit is contained in:
parent
f3d482707e
commit
da8340d41e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue