From 06c8fab29dc6e6c43409b6864c163a29533631a4 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Wed, 23 Oct 2019 15:58:00 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9][=E5=BE=97=E5=88=B0=E6=BB=9E=E7=BA=B3?= =?UTF-8?q?=E9=87=91=E5=90=8E=E8=AE=A1=E7=AE=97=E6=BB=9E=E7=BA=B3=E9=87=91?= =?UTF-8?q?]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/WxBillPropertyMapper.xml | 2 +- mallinkService/src/main/resources/mapper/WxBillRentMapper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml b/mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml index c40f341be..5efc5dbf7 100644 --- a/mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml @@ -274,7 +274,7 @@ - update wx_bill_property set owe = receive_pay + service_charge_pay + late_pay_price - pay where status in (1,2,4) + update wx_bill_property set owe = receive_pay + service_charge_pay + ifnull(late_pay_price,0) - pay where status in (1,2,4) diff --git a/mallinkService/src/main/resources/mapper/WxBillRentMapper.xml b/mallinkService/src/main/resources/mapper/WxBillRentMapper.xml index 48c2ea3db..474207444 100644 --- a/mallinkService/src/main/resources/mapper/WxBillRentMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxBillRentMapper.xml @@ -280,7 +280,7 @@ - update wx_bill_rent set owe = receive_pay + service_charge_pay + late_pay_price - pay where status in (1,2,4) + update wx_bill_rent set owe = receive_pay + service_charge_pay + ifnull(late_pay_price,0) - pay where status in (1,2,4)