|
@@ -95,7 +95,7 @@
|
|
<select id="getRyListByJob" parameterType="WaterConservancyViewBO" resultType="map">
|
|
<select id="getRyListByJob" parameterType="WaterConservancyViewBO" resultType="map">
|
|
SELECT
|
|
SELECT
|
|
t.userId,
|
|
t.userId,
|
|
- t.NAME,
|
|
|
|
|
|
+ t.name,
|
|
t.phone,
|
|
t.phone,
|
|
t.post,
|
|
t.post,
|
|
t.postName,
|
|
t.postName,
|
|
@@ -104,7 +104,7 @@
|
|
(
|
|
(
|
|
SELECT
|
|
SELECT
|
|
DISTINCT a.user_id userId,
|
|
DISTINCT a.user_id userId,
|
|
- a.`name` AS NAME,
|
|
|
|
|
|
+ a.`name` AS name,
|
|
d.dept_name AS deptName,
|
|
d.dept_name AS deptName,
|
|
a.phone AS phone,
|
|
a.phone AS phone,
|
|
a.post post,
|
|
a.post post,
|
|
@@ -125,7 +125,7 @@
|
|
) t
|
|
) t
|
|
LEFT JOIN ${database_system}.sys_dept d ON find_in_set( d.dept_id, t.ancestors )
|
|
LEFT JOIN ${database_system}.sys_dept d ON find_in_set( d.dept_id, t.ancestors )
|
|
GROUP BY
|
|
GROUP BY
|
|
- t.NAME
|
|
|
|
|
|
+ t.name
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="getTianList" parameterType="WaterConservancyViewBO" resultType="map">
|
|
<select id="getTianList" parameterType="WaterConservancyViewBO" resultType="map">
|