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