Browse Source

10.15退款新增查询

lijianlin/feature-202509231533026-现金管理-收款管理
huangqizhen 1 month ago
parent
commit
f838df621d
  1. 3
      src/main/resources/cashMapper/CashRefundMapper.xml

3
src/main/resources/cashMapper/CashRefundMapper.xml

@ -144,8 +144,9 @@ status = #{status},
left join admin a2 on audit_id = a2.id
left join admin a3 on executor = a3.account
<where>
cr.order_type = 2
<if test="status != null">
cr.status = #{status}
and cr.status = #{status}
</if>
<if test="orderCode != null">
and cr.order_code = #{orderCode}

Loading…
Cancel
Save