Commit 476bfd3e by zhiwj

bug

parent 174a1469
......@@ -396,7 +396,7 @@
and app_code = #{appCode}
</if>
<if test="smsContent != null and smsContent != '' ">
and sms_content like concat('%', #{smsContent}, '%')
and (sms_content like concat('%', #{smsContent}, '%') or receive_phone like concat('%', #{smsContent}, '%') )
</if>
</where>
order by create_time desc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment