From d76c23793f13886f06941228b846690b74e58948 Mon Sep 17 00:00:00 2001 From: 16639036659 <577530412@qq.com> Date: 星期一, 17 六月 2024 10:03:45 +0800 Subject: [PATCH] 临时提交 --- src/main/resources/mybatis/tr/TbSpecialCheckItemDangerLogMapper.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mybatis/tr/TbSpecialCheckItemDangerLogMapper.xml b/src/main/resources/mybatis/tr/TbSpecialCheckItemDangerLogMapper.xml index 8530642..6e930bb 100644 --- a/src/main/resources/mybatis/tr/TbSpecialCheckItemDangerLogMapper.xml +++ b/src/main/resources/mybatis/tr/TbSpecialCheckItemDangerLogMapper.xml @@ -10,6 +10,7 @@ <result property="companyCode" column="company_code"/> <result property="dangerId" column="danger_id"/> + <result property="dangerName" column="danger_name"/> <result property="taskId" column="task_id"/> <result property="checkType" column="check_type"/> <result property="checkItemId" column="check_item_id"/> @@ -69,6 +70,7 @@ <if test="companyCode != null ">company_code,</if> <if test="dangerId != null ">danger_id,</if> + <if test="dangerName != null ">danger_name,</if> <if test="taskId != null ">task_id,</if> <if test="checkType != null ">check_type,</if> <if test="checkItemId != null ">check_item_id,</if> @@ -100,6 +102,7 @@ <if test="companyCode != null ">#{companyCode},</if> <if test="dangerId != null ">#{dangerId},</if> + <if test="dangerName != null ">#{dangerName},</if> <if test="taskId != null ">#{taskId},</if> <if test="checkType != null ">#{checkType},</if> <if test="checkItemId != null ">#{checkItemId},</if> @@ -135,6 +138,9 @@ <if test="dangerId != null "> danger_id = #{dangerId}, </if> + <if test="dangerName != null "> + danger_name= #{dangerName}, + </if> <if test="taskId != null"> task_id = #{taskId}, </if> -- Gitblit v1.9.2