From 9c2ad4d500e4a07a7f12f17f1b73f678b52c7922 Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Tue, 25 Jul 2023 13:45:58 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=AE=A2=E5=8D=95=E6=97=A5=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/pile/SettleOrderReportMapper.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/jsowell-pile/src/main/resources/mapper/pile/SettleOrderReportMapper.xml b/jsowell-pile/src/main/resources/mapper/pile/SettleOrderReportMapper.xml index 7fc6c0ef1..6a1b72960 100644 --- a/jsowell-pile/src/main/resources/mapper/pile/SettleOrderReportMapper.xml +++ b/jsowell-pile/src/main/resources/mapper/pile/SettleOrderReportMapper.xml @@ -460,8 +460,6 @@ trade_date, trade_amount, trade_fee, - create_time, - del_flag, values @@ -481,8 +479,6 @@ #{tradeDate,jdbcType=VARCHAR}, #{tradeAmount,jdbcType=DECIMAL}, #{tradeFee,jdbcType=DECIMAL}, - #{createTime,jdbcType=TIMESTAMP}, - #{delFlag,jdbcType=VARCHAR}, on duplicate key update @@ -502,8 +498,6 @@ trade_date = #{tradeDate,jdbcType=VARCHAR}, trade_amount = #{tradeAmount,jdbcType=DECIMAL}, trade_fee = #{tradeFee,jdbcType=DECIMAL}, - create_time = #{createTime,jdbcType=TIMESTAMP}, - del_flag = #{delFlag,jdbcType=VARCHAR},