Przeglądaj źródła

[券更改][修改]:添加租户ID

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

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

@@ -253,7 +253,7 @@
SET SET
`remain_inventory` = #{remainInventory}, `inventory` = #{inventory}, `remain_inventory` = #{remainInventory}, `inventory` = #{inventory},
`valid_type` = #{validType}, `valid_end_date` = #{validEndDate}, `valid_days` = #{validDays} `valid_type` = #{validType}, `valid_end_date` = #{validEndDate}, `valid_days` = #{validDays}
WHERE id = #{id} and `remain_inventory` = #{orgRemainInventory} and `inventory` = #{orgInventory}
WHERE `tenant_id` = #{tenantId} and id = #{id} and `remain_inventory` = #{orgRemainInventory} and `inventory` = #{orgInventory}
</update> </update>






Ładowanie…
Anuluj
Zapisz