|
@@ -142,7 +142,7 @@ public class PersonService {
|
|
.orderByDesc(IdenPerson::getCreateTime);
|
|
.orderByDesc(IdenPerson::getCreateTime);
|
|
|
|
|
|
if (crowdId != null) {
|
|
if (crowdId != null) {
|
|
- queryWrapper.apply(" in ( select person_id from iden_person_crowd_ref ipcr where ipcr.crowd_id = "+ crowdId + ")");
|
|
|
|
|
|
+ queryWrapper.apply(" iden_person.id in ( select person_id from iden_person_crowd_ref ipcr where ipcr.crowd_id = "+ crowdId + ")");
|
|
}
|
|
}
|
|
|
|
|
|
IPage<IdenPerson> pageRes = this.idenPersonService.page(page, queryWrapper);
|
|
IPage<IdenPerson> pageRes = this.idenPersonService.page(page, queryWrapper);
|