From efaa2a7a5b7d9d1a36f4d6a7e275d2b76f6cd9d3 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期四, 06 八月 2026 18:06:09 +0800
Subject: [PATCH] 【景宁】查询随访任务组科室关联列表、查询随访任务组疾病关联列表

---
 smartor/src/main/resources/mapper/smartor/SvyTaskSingleMapper.xml |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/smartor/src/main/resources/mapper/smartor/SvyTaskSingleMapper.xml b/smartor/src/main/resources/mapper/smartor/SvyTaskSingleMapper.xml
index 5e5873c..293cabc 100644
--- a/smartor/src/main/resources/mapper/smartor/SvyTaskSingleMapper.xml
+++ b/smartor/src/main/resources/mapper/smartor/SvyTaskSingleMapper.xml
@@ -12,7 +12,7 @@
         <result property="age" column="age"/>
         <result property="sfzh" column="sfzh"/>
         <result property="addr" column="addr"/>
-        <result property="senderdetail" column="senderdetail"/>
+        <result property="hospitaldistrictname" column="hospitaldistrictname"/>
         <result property="type" column="type"/>
         <result property="taskid" column="taskid"/>
         <result property="templateid" column="templateid"/>
@@ -81,7 +81,7 @@
                age,
                sfzh,
                addr,
-               senderdetail,
+               hospitaldistrictname,
                type,
                taskid,
                templateid,
@@ -151,7 +151,7 @@
             <if test="age != null ">and age = #{age}</if>
             <if test="sfzh != null  and sfzh != ''">and sfzh = #{sfzh}</if>
             <if test="addr != null  and addr != ''">and addr = #{addr}</if>
-            <if test="senderdetail != null  and senderdetail != ''">and senderdetail = #{senderdetail}</if>
+            <if test="hospitaldistrictname != null  and hospitaldistrictname != ''">and hospitaldistrictname = #{hospitaldistrictname}</if>
             <if test="type != null  and type != ''">and type = #{type}</if>
             <if test="taskid != null ">and taskid = #{taskid}</if>
             <if test="templateid != null  and templateid != ''">and templateid = #{templateid}</if>
@@ -224,7 +224,7 @@
             <if test="age != null">age,</if>
             <if test="sfzh != null">sfzh,</if>
             <if test="addr != null">addr,</if>
-            <if test="senderdetail != null">senderdetail,</if>
+            <if test="hospitaldistrictname != null">hospitaldistrictname,</if>
             <if test="type != null">type,</if>
             <if test="taskid != null">taskid,</if>
             <if test="templateid != null">templateid,</if>
@@ -290,7 +290,7 @@
             <if test="age != null">#{age},</if>
             <if test="sfzh != null">#{sfzh},</if>
             <if test="addr != null">#{addr},</if>
-            <if test="senderdetail != null">#{senderdetail},</if>
+            <if test="hospitaldistrictname != null">#{hospitaldistrictname},</if>
             <if test="type != null">#{type},</if>
             <if test="taskid != null">#{taskid},</if>
             <if test="templateid != null">#{templateid},</if>
@@ -360,7 +360,7 @@
             <if test="age != null">age = #{age},</if>
             <if test="sfzh != null">sfzh = #{sfzh},</if>
             <if test="addr != null">addr = #{addr},</if>
-            <if test="senderdetail != null">senderdetail = #{senderdetail},</if>
+            <if test="hospitaldistrictname != null">hospitaldistrictname = #{hospitaldistrictname},</if>
             <if test="type != null">type = #{type},</if>
             <if test="taskid != null">taskid = #{taskid},</if>
             <if test="templateid != null">templateid = #{templateid},</if>

--
Gitblit v1.9.3