Browse Source

[POS][修改]:卡消费支持pos, 预支付及预支付取消

release_toaliyun_real
Stormeye Wu 6 years ago
parent
commit
da72103402
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml

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

@@ -129,7 +129,7 @@

<delete id="deleteForPrevCancel" parameterType="com.iformall.domain.po.WxCardSpend">
delete from wx_card_spend
where `tenant_id` = #{tenantId} and `id` = #{id} and `use_status` = #{}
where `tenant_id` = #{tenantId} and `id` = #{id} and `pay_status` = #{payStatus}
</delete>

<select id="findCount" parameterType="com.iformall.domain.po.WxCardSpend" resultType="Integer">


Loading…
Cancel
Save