Przeglądaj źródła

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

release_toaliyun_real
Stormeye Wu 6 lat temu
rodzic
commit
da72103402
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml Wyświetl plik

@@ -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">


Ładowanie…
Anuluj
Zapisz