From 63065db7138931595a04cae471dc4818fe72a8eb Mon Sep 17 00:00:00 2001 From: bonus <1203338439@qq.com> Date: Thu, 11 Jan 2024 13:40:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9app=E9=A2=86=E6=96=99?= =?UTF-8?q?=E6=98=8E=E7=BB=86=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/app/TmTaskMapper.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sgzb-modules/sgzb-base/src/main/resources/mapper/app/TmTaskMapper.xml b/sgzb-modules/sgzb-base/src/main/resources/mapper/app/TmTaskMapper.xml index 9fc306cc..c6341546 100644 --- a/sgzb-modules/sgzb-base/src/main/resources/mapper/app/TmTaskMapper.xml +++ b/sgzb-modules/sgzb-base/src/main/resources/mapper/app/TmTaskMapper.xml @@ -279,12 +279,12 @@ insert into tm_task - (task_type, task_status, code, create_by, create_time, update_by, update_time, remark, + (task_type, task_status, code, create_by, create_time, update_by, update_time, remark, company_id) values - (#{item.taskType,jdbcType=INTEGER}, #{item.taskStatus,jdbcType=INTEGER}, #{item.code,jdbcType=VARCHAR}, - #{item.createBy,jdbcType=VARCHAR}, #{item.createTime,jdbcType=TIMESTAMP}, #{item.updateBy,jdbcType=VARCHAR}, + (#{item.taskType,jdbcType=INTEGER}, #{item.taskStatus,jdbcType=INTEGER}, #{item.code,jdbcType=VARCHAR}, + #{item.createBy,jdbcType=VARCHAR}, #{item.createTime,jdbcType=TIMESTAMP}, #{item.updateBy,jdbcType=VARCHAR}, #{item.updateTime,jdbcType=TIMESTAMP}, #{item.remark,jdbcType=VARCHAR}, #{item.companyId,jdbcType=INTEGER} ) @@ -322,7 +322,7 @@ #{remark,jdbcType=VARCHAR}, #{companyId,jdbcType=INTEGER}, - on duplicate key update + on duplicate key update task_id = #{taskId,jdbcType=BIGINT}, @@ -407,7 +407,7 @@ #{companyId,jdbcType=INTEGER}, - on duplicate key update + on duplicate key update task_id = #{taskId,jdbcType=BIGINT}, @@ -505,7 +505,7 @@ FROM lease_apply_info lai WHERE - lai.task_id = #{record.taskId} AND lai.`code` = #{record.code} AND lai.status = '1' + lai.task_id = #{record.taskId} AND lai.`code` = #{record.code} - \ No newline at end of file +