@@ -56,6 +56,9 @@
<if test="param.usageStatus !=null">
and scc.usage_status_ = #{param.usageStatus}
</if>
+ <if test="param.search != null and param.search != ''">
+ and (su.username_ like concat('%',#{param.search},'%') or su.phone_ like concat('%',#{param.search},'%') or su.id_ = #{param.search})
+ </if>
</select>
<select id="queryIssueRecord" parameterType="map" resultType="com.ym.mec.biz.dal.vo.CouponIssueRecordVo">