@@ -411,7 +411,7 @@ public class AppPersonBasicInfoController {
personBasicInfo.getDelFlag(),
personBasicInfo.getPersonType(),
personBasicInfo.getTotal()
- ).getRows();
+ ).get("data");
if (null != rows && !rows.isEmpty()) {
setDictValue(rows);
}