@@ -335,7 +335,7 @@
<if test="uid != null">
and d.uid = #{uid,jdbcType=VARCHAR}
</if>
- <if test="username != null">
+ <if test="unitName != null">
and oi.unit_name = #{unitName,jdbcType=VARCHAR}
</select>