From 955a66eec02b8c3fde019110d9c1b604eac017e5 Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期四, 13 二月 2025 09:43:26 +0800 Subject: [PATCH] zjh20250213 --- ltkj-hosp/src/main/resources/mapper/hosp/DictHospMapper.xml | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/ltkj-hosp/src/main/resources/mapper/hosp/DictHospMapper.xml b/ltkj-hosp/src/main/resources/mapper/hosp/DictHospMapper.xml index ebf675b..6ad3365 100644 --- a/ltkj-hosp/src/main/resources/mapper/hosp/DictHospMapper.xml +++ b/ltkj-hosp/src/main/resources/mapper/hosp/DictHospMapper.xml @@ -31,7 +31,6 @@ <result property="updateByName" column="update_by_name"/> <result property="imgbase64" column="imgBase64"/> <result property="deleted" column="deleted"/> - <result property="database" column="database"/> </resultMap> <sql id="selectDictHospVo"> @@ -60,7 +59,7 @@ create_by_name, update_by_name, imgBase64, - deleted,database + deleted from dict_hosp </sql> @@ -117,7 +116,6 @@ <if test="updateByName != null and updateByName != ''">update_by_name,</if> <if test="imgbase64 != null">imgBase64,</if> <if test="deleted != null">deleted,</if> - <if test="database != null">database,</if> </trim> <trim prefix="values (" suffix=")" suffixOverrides=","> <if test="hospAreaId != null">#{hospAreaId},</if> @@ -146,7 +144,6 @@ <if test="updateByName != null and updateByName != ''">#{updateByName},</if> <if test="imgbase64 != null">#{imgbase64},</if> <if test="deleted != null">#{deleted},</if> - <if test="database != null">#{database},</if> </trim> </insert> @@ -178,7 +175,6 @@ <if test="updateByName != null and updateByName != ''">update_by_name = #{updateByName},</if> <if test="imgbase64 != null">imgBase64 = #{imgbase64},</if> <if test="deleted != null">deleted = #{deleted},</if> - <if test="database != null">database = #{database},</if> </trim> where hosp_area_id = #{hospAreaId} </update> @@ -195,4 +191,4 @@ #{hospAreaId} </foreach> </delete> -</mapper> +</mapper> \ No newline at end of file -- Gitblit v1.8.0