Browse Source

9.9 退款类型传参

lijianlin/feature-20250728171217-三期金豆消费相关
huangqizhen 1 month ago
parent
commit
21cbfb837d
  1. 2
      src/main/resources/mapper/RefundMapper.xml

2
src/main/resources/mapper/RefundMapper.xml

@ -272,7 +272,7 @@
<where> <where>
ugr.is_refund = 0 ugr.is_refund = 0
AND ugr.flag = 1 AND ugr.flag = 1
<if test="ugr.type !=null and ugr.type != '' ">
<if test="type !=null and type != '' ">
AND ugr.type = #{type} AND ugr.type = #{type}
</if> </if>
<if test="jwcode != null and jwcode != ''"> <if test="jwcode != null and jwcode != ''">

Loading…
Cancel
Save