|
|
@@ -388,7 +388,7 @@
|
|
|
and i.audit_status = #{auditStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="auditName !=null">
|
|
|
- and i.username like CONCAT('%', #{auditName,jdbcType=VARCHAR}, '%')
|
|
|
+ and i.username like '%'#{auditName,jdbcType=VARCHAR}'%'
|
|
|
</if>
|
|
|
<if test="email !=null">
|
|
|
and u.email = #{email,jdbcType=VARCHAR}
|
|
|
@@ -425,7 +425,7 @@
|
|
|
and i.audit_status = #{auditStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="auditName !=null">
|
|
|
- and i.username like CONCAT('%', #{auditName,jdbcType=VARCHAR}, '%')
|
|
|
+ and i.username like '%'#{auditName,jdbcType=VARCHAR}'%'
|
|
|
</if>
|
|
|
<if test="email !=null">
|
|
|
and u.email = #{email,jdbcType=VARCHAR}
|
|
|
@@ -468,7 +468,7 @@
|
|
|
and i.audit_status = #{auditStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="auditName !=null">
|
|
|
- and i.username like CONCAT('%', #{auditName,jdbcType=VARCHAR}, '%')
|
|
|
+ and i.username like '%'#{auditName,jdbcType=VARCHAR}'%'
|
|
|
</if>
|
|
|
<if test="email !=null">
|
|
|
and u.email = #{email,jdbcType=VARCHAR}
|
|
|
@@ -505,7 +505,7 @@
|
|
|
and i.audit_status = #{auditStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="auditName !=null">
|
|
|
- and i.unit_name like CONCAT('%', #{auditName,jdbcType=VARCHAR}, '%')
|
|
|
+ and i.unit_name like '%'#{auditName,jdbcType=VARCHAR}'%'
|
|
|
</if>
|
|
|
<if test="email !=null">
|
|
|
and u.email = #{email,jdbcType=VARCHAR}
|
|
|
@@ -581,7 +581,7 @@
|
|
|
and u.number = #{number,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="username != null">
|
|
|
- and i.username like CONCAT('%', #{username,jdbcType=VARCHAR}, '%')
|
|
|
+ and i.username like '%'#{username,jdbcType=VARCHAR}'%'
|
|
|
</if>
|
|
|
<if test="auditStatus != null">
|
|
|
and i.audit_status= #{auditStatus,jdbcType=INTEGER}
|
|
|
@@ -627,7 +627,7 @@
|
|
|
and u.number = #{number,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="username != null">
|
|
|
- and i.username like CONCAT('%', #{username,jdbcType=VARCHAR}, '%')
|
|
|
+ and i.username like '%'#{username,jdbcType=VARCHAR}'%'
|
|
|
</if>
|
|
|
<if test="auditStatus != null">
|
|
|
and i.audit_status= #{auditStatus,jdbcType=INTEGER}
|
|
|
@@ -683,7 +683,7 @@
|
|
|
and u.number = #{number,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="unitName != null">
|
|
|
- and o.unit_name = #{unitName,jdbcType=VARCHAR}
|
|
|
+ and o.unit_name like '%'#{unitName,jdbcType=VARCHAR}'%'
|
|
|
</if>
|
|
|
<if test="auditStatus != null">
|
|
|
and o.audit_status= #{auditStatus,jdbcType=INTEGER}
|
|
|
@@ -730,7 +730,7 @@
|
|
|
and u.number = #{number,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="unitName != null">
|
|
|
- and o.unit_name = #{unitName,jdbcType=VARCHAR}
|
|
|
+ and o.unit_name like '%'#{unitName,jdbcType=VARCHAR}'%'
|
|
|
</if>
|
|
|
<if test="auditStatus != null">
|
|
|
and o.audit_status= #{auditStatus,jdbcType=INTEGER}
|