From 976fff4aa003759157e4b4fbcf45b2a76ba90300 Mon Sep 17 00:00:00 2001 From: luozukai Date: Thu, 23 May 2019 17:06:42 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=90=88=E5=90=8C][=E4=BF=AE=E6=94=B9][?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=90=88=E5=90=8C=E9=9C=80=E6=B1=82]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxBillPropertyMapper.xml | 1 + mallinkService/src/main/resources/mapper/WxBillRentMapper.xml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml b/mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml index a0fb63e86..f4c5cde28 100644 --- a/mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml @@ -167,6 +167,7 @@ ,receive_pay = #{receivePay},owe=#{receivePay} ,comments = #{comments} ,receive_date = #{receiveDate} + ,status = 3,pay_date=now() where id = #{id} diff --git a/mallinkService/src/main/resources/mapper/WxBillRentMapper.xml b/mallinkService/src/main/resources/mapper/WxBillRentMapper.xml index c3ad9f0b8..da4272f5c 100644 --- a/mallinkService/src/main/resources/mapper/WxBillRentMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxBillRentMapper.xml @@ -167,6 +167,8 @@ ,receive_pay = #{receivePay} ,comments = #{comments} ,receive_date = #{receiveDate} + ,status = 3,pay_date=now() + where id = #{id}