|
@@ -334,7 +334,7 @@
|
|
|
group by c.incharger_id
|
|
|
</select>
|
|
|
<select id="getSimpleActiveUserList" resultType="java.util.Map">
|
|
|
- select id as value, name,job_number as jobNumber from user u
|
|
|
+ select id as value, name as label,job_number as jobNumber from user u
|
|
|
<where>
|
|
|
<if test="map.companyId !=null">
|
|
|
and u.company_id=#{map.companyId}
|