|
|
@@ -248,7 +248,7 @@
|
|
|
and u.number = #{number,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="username != null">
|
|
|
- and i.username like '%'#{username,jdbcType=VARCHAR}'%'
|
|
|
+ and i.username like CONCAT ('%',#{username,jdbcType=VARCHAR},'%')
|
|
|
</if>
|
|
|
<if test="auditStatus != null">
|
|
|
and i.audit_status= #{auditStatus,jdbcType=INTEGER}
|
|
|
@@ -280,7 +280,7 @@
|
|
|
and u.number = #{number,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="username != null">
|
|
|
- and i.username like '%'#{username,jdbcType=VARCHAR}'%'
|
|
|
+ and i.username like CONCAT ('%',#{username,jdbcType=VARCHAR},'%')
|
|
|
</if>
|
|
|
<if test="auditStatus != null">
|
|
|
and i.audit_status= #{auditStatus,jdbcType=INTEGER}
|
|
|
@@ -581,7 +581,7 @@
|
|
|
and u.number = #{number,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="username != null">
|
|
|
- and i.username like '%'#{username,jdbcType=VARCHAR}'%'
|
|
|
+ and i.username like CONCAT('%',#{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 '%'#{username,jdbcType=VARCHAR}'%'
|
|
|
+ and i.username like CONCAT('%',#{username,jdbcType=VARCHAR},'%')
|
|
|
</if>
|
|
|
<if test="auditStatus != null">
|
|
|
and i.audit_status= #{auditStatus,jdbcType=INTEGER}
|