Commit 01c042f0 authored by 周健威's avatar 周健威

Merge branch 'feature_chw_zjw' into dev-chw

parents d95e86f6 9aea141a
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
and bo.has_pay = 1 and bo.has_pay = 1
<if test="keyWord != null"> <if test="keyWord != null">
and ( and (
bo.no like concat('%',#{keyWord},'%') or opi.name like concat('%',#{keyWord},'%') opi.id_card like concat('%',#{keyWord},'%') or opi.name like concat('%',#{keyWord},'%')
) )
</if> </if>
<if test="price != null"> <if test="price != null">
......
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