From ae086bc3ad6f785e6368b84e57a7e199c675779b Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 02 四月 2025 11:42:28 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml b/smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml
index 95018be..f199f79 100644
--- a/smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml
+++ b/smartor/src/main/resources/mapper/smartor/PatMedInhospMapper.xml
@@ -66,7 +66,7 @@
         <result property="fuperiod" column="fuperiod"/>
         <result property="futypecode" column="futypecode"/>
         <result property="futypedesc" column="futypedesc"/>
-        <result property="fuadivce" column="fuadivce"/>
+        <result property="fuadvice" column="fuadvice"/>
         <result property="fuspecialadvice" column="fuspecialadvice"/>
     </resultMap>
 
@@ -78,7 +78,7 @@
                fuperiod,
                futypecode,
                futypedesc,
-               fuadivce,
+               fuadvice,
                fuspecialadvice,
                remark,
                guid,
@@ -190,7 +190,7 @@
         b.fuperiod,
         b.futypecode,
         b.futypedesc,
-        b.fuadivce,
+        b.fuadvice,
         b.fuspecialadvice
         FROM
         pat_med_inhosp b
@@ -334,7 +334,7 @@
         b.fuperiod,
         b.futypecode,
         b.futypedesc,
-        b.fuadivce,
+        b.fuadvice,
         b.fuspecialadvice
         b.schemetime
         FROM
@@ -455,7 +455,7 @@
             <if test="fuperiod != null ">fuperiod,</if>
             <if test="futypecode != null ">futypecode,</if>
             <if test="futypedesc != null ">futypedesc,</if>
-            <if test="fuadivce != null ">fuadivce,</if>
+            <if test="fuadvice != null ">fuadvice,</if>
             <if test="fuspecialadvice != null ">fuspecialadvice,</if>
         </trim>
         <trim prefix="values (" suffix=")" suffixOverrides=",">
@@ -515,7 +515,7 @@
             <if test="fuperiod != null ">#{fuperiod},</if>
             <if test="futypecode != null ">#{futypecode},</if>
             <if test="futypedesc != null ">#{futypedesc},</if>
-            <if test="fuadivce != null ">#{fuadivce},</if>
+            <if test="fuadvice != null ">#{fuadvice},</if>
             <if test="fuspecialadvice != null ">#{fuspecialadvice},</if>
         </trim>
     </insert>
@@ -578,7 +578,7 @@
             <if test="fuperiod != null ">fuperiod = #{fuperiod},</if>
             <if test="futypecode != null ">futypecode = #{futypecode},</if>
             <if test="futypedesc != null ">futypedesc = #{futypedesc},</if>
-            <if test="fuadivce != null ">fuadivce = #{fuadivce},</if>
+            <if test="fuadvice != null ">fuadvice = #{fuadvice},</if>
             <if test="fuspecialadvice != null ">fuspecialadvice = #{fuspecialadvice},</if>
         </trim>
         where inhospid = #{inhospid}

--
Gitblit v1.9.3