|
@@ -101,7 +101,7 @@
|
|
AND spo.status_ = #{status}
|
|
AND spo.status_ = #{status}
|
|
</if>
|
|
</if>
|
|
<if test="search != null and search != ''">
|
|
<if test="search != null and search != ''">
|
|
- AND (su.user_name_ LIKE CONCAT('%',#{search},'%') OR su.phone_ LIKE CONCAT('%',#{search},'%'))
|
|
|
|
|
|
+ AND (su.username_ LIKE CONCAT('%',#{search},'%') OR su.phone_ LIKE CONCAT('%',#{search},'%'))
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|
|
</sql>
|
|
</sql>
|