This commit is contained in:
wangliwen 2022-05-06 11:09:17 +08:00
parent 953f4b628d
commit 5071dfed4a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class TDemandCommentServiceImpl extends CrudServiceImpl<TDemandCommentDao
break; break;
case Constant.SEARCHKEY: { case Constant.SEARCHKEY: {
wrapper 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()); put(Constant.SEARCHKEY, params.get(Constant.SEARCHKEY).toString());
} }