Преглед изворни кода

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

release_toaliyun_real
Stormeye Wu пре 6 година
родитељ
комит
da72103402
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml Прегледај датотеку

@@ -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…
Откажи
Сачувај