@@ -101,7 +101,7 @@
AND spo.status_ = #{status}
</if>
<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},'%'))
</where>
</sql>