|
|
@@ -561,7 +561,7 @@
|
|
|
LEFT JOIN admin a on a.id = u.aid
|
|
|
where u.type = 1 and u.lvl > 0
|
|
|
<if test="unitName != null">
|
|
|
- and i.unit_name like CONCAT('%', #{unitName,jdbcType=VARCHAR}, '%')
|
|
|
+ and i.unit_name like CONCAT('%', #{unitName,jdbcType=VARCHAR}, '%')
|
|
|
</if>
|
|
|
<if test="uid != null">
|
|
|
and u.id = #{uid,jdbcType=VARCHAR}
|