提交 71c8f48d 作者: xiaowang

订单赔偿

上级 b2ca4ac1
...@@ -182,7 +182,7 @@ share_cash_pledge,salary_cash_pledge,other_pledge ...@@ -182,7 +182,7 @@ share_cash_pledge,salary_cash_pledge,other_pledge
WHERE WHERE
1 = 1 1 = 1
<if test="keyword != null"> <if test="keyword != null">
and (lo.order_no = #{keyword} or lo.order_name = CONCAT('%',#{keyword},'%')) and (lo.order_no like CONCAT('%',#{keyword1},'%') or lo.order_name like CONCAT('%',#{keyword},'%'))
</if> </if>
<if test="uid != null"> <if test="uid != null">
and lo.user_account_id = #{uid} and lo.user_account_id = #{uid}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论