From 51e3d0766c5d6a6f15f3822a778660d1b144af8a Mon Sep 17 00:00:00 2001 From: gongbiao Date: Wed, 27 Mar 2019 13:21:09 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=88=B8][=E6=B7=BB=E5=8A=A0][=E6=8B=BC?= =?UTF-8?q?=E5=9B=A2=E4=B8=8B=E6=9E=B6]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxOrderMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxOrderMapper.xml b/mallinkService/src/main/resources/mapper/WxOrderMapper.xml index 6500d0f09..d6d3a9204 100644 --- a/mallinkService/src/main/resources/mapper/WxOrderMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxOrderMapper.xml @@ -204,7 +204,7 @@ - update wx_order set order_status=#{orderStatus} + update wx_order set order_status=#{orderStatus},update_date=#{updateDate} where product_id=#{productId} and order_status = 10 and `tenant_id` = #{tenantId}