From b6499ed217c2a39f67d9c9becff0555d7471d3ef Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Sat, 15 Jul 2023 14:37:57 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/mapper/pile/OrderBasicInfoMapper.xml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml index d5fca6327..4d1ec4489 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/OrderBasicInfoMapper.xml @@ -630,7 +630,7 @@ peak_price, peak_used_electricity, peak_electricity_price, peak_service_price, peak_amount, flat_price, flat_used_electricity, flat_electricity_price, flat_service_price, flat_amount, valley_price, valley_used_electricity, valley_electricity_price, valley_service_price, valley_amount, - create_by,update_by, create_time) + create_by,update_by) values (#{item.id}, #{item.orderCode}, #{item.totalUsedElectricity}, #{item.totalOrderAmount}, #{item.totalElectricityAmount}, #{item.totalServiceAmount}, @@ -638,7 +638,7 @@ #{item.peakPrice}, #{item.peakUsedElectricity}, #{item.peakElectricityPrice}, #{item.peakServicePrice}, #{item.peakAmount}, #{item.flatPrice}, #{item.flatUsedElectricity}, #{item.flatElectricityPrice}, #{item.flatServicePrice}, #{item.flatAmount}, #{item.valleyPrice}, #{item.valleyUsedElectricity}, #{item.valleyElectricityPrice}, #{item.valleyServicePrice}, #{item.valleyAmount}, - #{item.createBy}, #{item.updateBy}, #{item.createTime,jdbcType=TIMESTAMP}) + #{item.createBy}, #{item.updateBy}) @@ -723,15 +723,9 @@ create_by = #{createBy}, - - create_time = #{createTime}, - update_by = #{updateBy}, - - update_time = #{updateTime}, - del_flag = #{delFlag},