npe
This commit is contained in:
parent
953f4b628d
commit
5071dfed4a
|
@ -40,7 +40,7 @@ public class TDemandCommentServiceImpl extends CrudServiceImpl<TDemandCommentDao
|
|||
break;
|
||||
case Constant.SEARCHKEY: {
|
||||
wrapper
|
||||
.in(StringUtils.isNotBlank(params.get("searchKey").toString()), "", tDemandDataService.list(new HashMap<String, Object>() {
|
||||
.in(StringUtils.isNotBlank(params.get("searchKey").toString()), "target_id", tDemandDataService.list(new HashMap<String, Object>() {
|
||||
{
|
||||
put(Constant.SEARCHKEY, params.get(Constant.SEARCHKEY).toString());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue