From f3363cf1d6353b38c134364b05335b07c986d563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=97=BA=E6=97=BA?= Date: Wed, 22 Apr 2020 20:48:57 +0800 Subject: [PATCH] =?UTF-8?q?update=20seata-storage-service2002/src/main/res?= =?UTF-8?q?ources/mapper/StorageMapper.xml.=20=E4=BF=AE=E5=A4=8D=E5=89=A9?= =?UTF-8?q?=E4=BD=99=E5=BA=93=E5=AD=98bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/StorageMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seata-storage-service2002/src/main/resources/mapper/StorageMapper.xml b/seata-storage-service2002/src/main/resources/mapper/StorageMapper.xml index 2127e9a..93ad3af 100644 --- a/seata-storage-service2002/src/main/resources/mapper/StorageMapper.xml +++ b/seata-storage-service2002/src/main/resources/mapper/StorageMapper.xml @@ -15,7 +15,7 @@ update t_storage - set used =used + #{count},residue=#{count} + set used =used + #{count},residue =residue - #{count} where product_id=#{productId}; \ No newline at end of file -- Gitee