From 748b0f4f7c69a70fa332e8e67d226bdb46ab4112 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Sun, 5 May 2019 17:05:11 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A7=9F=E8=B5=81=E5=90=88=E5=90=8C][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9][=E6=9B=B4=E6=96=B0=E8=B4=A6=E5=8D=95?= =?UTF-8?q?=E6=97=B6=E4=B8=8D=E6=9B=B4=E6=96=B0=E6=AC=A0=E7=BC=B4]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallinkService/src/main/resources/mapper/WxBillRentMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/resources/mapper/WxBillRentMapper.xml b/mallinkService/src/main/resources/mapper/WxBillRentMapper.xml index 7e56b80b9..c6abbeac2 100644 --- a/mallinkService/src/main/resources/mapper/WxBillRentMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxBillRentMapper.xml @@ -161,7 +161,7 @@ update wx_bill_rent set updatetime = now() - ,receive_pay = #{receivePay},owe=#{receivePay} + ,receive_pay = #{receivePay} ,comments = #{comments} where id = #{id}