This commit is contained in:
wangliwen 2022-05-06 10:06:36 +08:00
parent 01d4ff1157
commit 4566c0303b
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class TDemandCommentServiceImpl extends CrudServiceImpl<TDemandCommentDao
break;
}
});
wrapper.groupBy("target_id");
// wrapper.groupBy("target_id");
return wrapper;
}