a.UUID AS "uuid", a.PARTY_ID AS "partyId", a.SYMBOL AS "symbol", a.ORDER_NO AS "orderNo", a.DIRECTION AS "direction", a.UNIT_AMOUNT AS "unitAmount", a.AMOUNT_CLOSE AS "amountClose", a.FEE AS "fee", a.DEPOSIT AS "deposit", a.DEPOSIT_OPEN AS "depositOpen", a.PROFIT AS "profit", a.TRADE_AVG_PRICE AS "tradeAvgPrice", a.STOP_PRICE_PROFIT AS "stopPriceProfit", a.STOP_PRICE_LOSS AS "stopPriceLoss", a.PIPS AS "pips", a.PIPS_AMOUNT AS "pipsAmount", a.STATE AS "state", a.LEVER_RATE AS "leverRate", a.VOLUME AS "volume", a.VOLUME_OPEN AS "volumeOpen", a.CLOSE_TIME AS "closeTime", a.CLOSE_AVG_PRICE AS "closeAvgPrice", a.create_by AS "createBy", a.create_time AS "createTime", a.update_by AS "updateBy", a.update_time AS "updateTime", a.remarks AS "remarks", a.del_flag AS "delFlag", a.create_time_ts AS "createTimeTs", a.update_time_ts AS "updateTimeTs" UPDATE t_contract_order SET force_close_price =#{item.forceClosePrice}, close_avg_price = #{item.closeAvgPrice}, profit = #{item.profit} WHERE uuid = #{item.uuid}