Browse Source

[退款][修改]

release_toaliyun_real
Stormeye.Wu 7 years ago
parent
commit
2eba5397b2
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      mallinkService/src/main/resources/mapper/WxRefundOrderMapper.xml

+ 2
- 1
mallinkService/src/main/resources/mapper/WxRefundOrderMapper.xml View File

@@ -111,7 +111,8 @@
<foreach collection="ids" index="index" item="idItem" open="(" separator="," close=")">
#{idItem}
</foreach>
</if>
</if>
and `refund_id` is not null
<if test=" null != sortColumns"> order by ${sortColumns} </if>
</sql>


Loading…
Cancel
Save