|
|
|
@@ -253,7 +253,7 @@ |
|
|
|
SET |
|
|
|
`remain_inventory` = #{remainInventory}, `inventory` = #{inventory}, |
|
|
|
`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> |
|
|
|
|
|
|
|
|
|
|
|
|