Browse Source

4.2 退款审核修复

Huang
huangqizhen 3 months ago
parent
commit
7037ccfd1f
  1. 2
      src/main/resources/mapper/RefundMapper.xml

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

@ -77,7 +77,7 @@
<if test='area != null and area.length > 0'>
AND u.area = #{area}
</if>
<if test='jwcode != null'>
<if test='jwcode != null and jwcode.length > 0'>
AND d.jwcode = #{jwcode}
</if>
<if test='refundType != null and refundType.length > 0'>

Loading…
Cancel
Save