From 2157806ba53620cc59017885d59cc08ae17ca76b Mon Sep 17 00:00:00 2001
From: qk123 <18211963828@163.com>
Date: Mon, 5 Jan 2026 11:10:14 +0800
Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86->=E5=9F=BA?=
=?UTF-8?q?=E7=A1=80=E6=95=B0=E6=8D=AE->=E5=AD=97=E5=85=B8=E7=AE=A1?=
=?UTF-8?q?=E7=90=86->=E6=B7=BB=E5=8A=A0=E5=AD=97=E5=85=B8=E6=95=B0?=
=?UTF-8?q?=E6=8D=AE=E5=BC=82=E5=B8=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/mapper/system/SysDictDataMapper.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/openhis-server-new/core-system/src/main/resources/mapper/system/SysDictDataMapper.xml b/openhis-server-new/core-system/src/main/resources/mapper/system/SysDictDataMapper.xml
index 7952add6..1c7b413d 100644
--- a/openhis-server-new/core-system/src/main/resources/mapper/system/SysDictDataMapper.xml
+++ b/openhis-server-new/core-system/src/main/resources/mapper/system/SysDictDataMapper.xml
@@ -120,7 +120,7 @@
list_class = #{listClass},
is_default = #{isDefault},
status = #{status},
- pyStr = #{pyStr}
+ pyStr = #{pyStr},
remark = #{remark},
update_by = #{updateBy},
update_time = now()
@@ -144,7 +144,7 @@
list_class,
is_default,
status,
- py_str,
+ py_str,
remark,
create_by,
create_time
@@ -157,7 +157,7 @@
#{listClass},
#{isDefault},
#{status},
- {pystr},
+ #{pyStr},
#{remark},
#{createBy},
now()