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()