提交 0a29c104 作者: xiaowang

修复

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