Commit 9aea141a authored by 周健威's avatar 周健威

修改保险

parent 524fdb09
......@@ -44,7 +44,7 @@
and bo.has_pay = 1
<if test="keyWord != null">
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 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