@ -46,6 +46,10 @@ public class AgencyListResultDTO implements Serializable {
* 总人数
*/
private Integer totalUser;
/**
* 编码
private String code;
* 负责人
@ -55,5 +59,4 @@ public class AgencyListResultDTO implements Serializable {
private String mobile;
}
@ -46,6 +46,10 @@ public class DepartmentListResultDTO implements Serializable {
* 部门下总人数
private Integer totalUser = 0;
@ -29,7 +29,10 @@ public class GridBaseInfoResultDTO implements Serializable {
* 网格人数
* */
@ -124,6 +124,7 @@
id AS 'agencyId',
organization_name AS 'agencyName',
total_user AS 'totalUser',
code 'code',
contacts 'contacts',
mobile 'mobile'
FROM customer_agency
@ -24,6 +24,7 @@
id AS 'departmentId',
department_name AS 'departmentName',
code AS 'code',
contacts AS 'contacts',
mobile AS 'mobile'
FROM customer_department
@ -284,6 +284,7 @@
id AS gridId,
IFNULL(grid_name,"") AS gridName,
total_user,
code,
contacts,
mobile
FROM