Commit 754c27c8 authored by zhangfeng's avatar zhangfeng

bugfix(wealth): 银行收款明细查询条件修复

parent bf6ee4b0
......@@ -27,7 +27,7 @@
AND m.receipt_no like concat('%',#{receiptNo},'%')
</if>
<if test="orderNo != null and orderNo != ''">
AND m.order_no like concat('%',#{orderNo},'%')
AND r.order_no like concat('%',#{orderNo},'%')
</if>
<if test="tidanNo != null and tidanNo != ''">
AND r.tidan_no like concat('%',#{tidanNo},'%')
......
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