From ed721d3c77517ce4e3bcc52cad9b7f52aa865c51 Mon Sep 17 00:00:00 2001
From: zhaowenxuan <chacca165@163.com>
Date: 星期五, 01 八月 2025 17:57:49 +0800
Subject: [PATCH] pdf医师图片
---
ltkj-hosp/src/main/resources/mapper/DictUserInfoMapper.xml | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ltkj-hosp/src/main/resources/mapper/DictUserInfoMapper.xml b/ltkj-hosp/src/main/resources/mapper/DictUserInfoMapper.xml
index 429f336..d42254c 100644
--- a/ltkj-hosp/src/main/resources/mapper/DictUserInfoMapper.xml
+++ b/ltkj-hosp/src/main/resources/mapper/DictUserInfoMapper.xml
@@ -90,6 +90,7 @@
<result property="homeTownDesc" column="home_town_desc"/>
<result property="openId" column="open_id"/>
<result property="jobCategory" column="job_category"/>
+ <result property="qmImg" column="qm_img"/>
<result property="deleted" column="deleted"/>
</resultMap>
@@ -205,7 +206,7 @@
wbm,
home_town_desc,
open_id,
- job_category,
+ job_category,qm_img,
deleted
from dict_user_info
</sql>
@@ -319,6 +320,7 @@
a.home_town_desc,
a.open_id,
a.job_category,
+ a.qmImg,
a.deleted,
b.user_id as sub_user_id,
b.dept_id as sub_dept_id,
@@ -431,6 +433,7 @@
<if test="homeTownDesc != null">home_town_desc,</if>
<if test="openId != null">open_id,</if>
<if test="jobCategory != null">job_category,</if>
+ <if test="qmImg != null">qm_img,</if>
<if test="deleted != null">deleted,</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides=",">
@@ -518,6 +521,7 @@
<if test="homeTownDesc != null">#{homeTownDesc},</if>
<if test="openId != null">#{openId},</if>
<if test="jobCategory != null">#{jobCategory},</if>
+ <if test="qmImg != null">#{qmImg},</if>
<if test="deleted != null">#{deleted},</if>
</trim>
</insert>
@@ -611,6 +615,7 @@
<if test="homeTownDesc != null">home_town_desc = #{homeTownDesc},</if>
<if test="openId != null">open_id = #{openId},</if>
<if test="jobCategory != null">job_category = #{jobCategory},</if>
+ <if test="qmImg != null">qm_img = #{qmImg},</if>
<if test="deleted != null">deleted = #{deleted},</if>
</trim>
where id = #{id}
@@ -652,4 +657,4 @@
#{item.remark}, #{item.email})
</foreach>
</insert>
-</mapper>
\ No newline at end of file
+</mapper>
--
Gitblit v1.8.0