|
|
@@ -89,6 +89,8 @@ public class visitors extends Controller {
|
|
|
row.put("areaname", StringUtils.join(areaRows.toArray("areaname"), ","));
|
|
|
row.put("sys_enterpriseid",sys_enterpriseid);
|
|
|
|
|
|
+ row.put("enterprise_hr",userInfo.getEnterprise_HrRow());
|
|
|
+
|
|
|
return getSucReturnObject().setData(row).toString();
|
|
|
}
|
|
|
|