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