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},