手术管理->优化字典数据获取逻辑

This commit is contained in:
2026-01-07 22:56:48 +08:00
parent 240d5dc3f7
commit 38ef377cbd
2 changed files with 11 additions and 6 deletions

View File

@@ -120,7 +120,7 @@
<if test="listClass != null">list_class = #{listClass},</if>
<if test="isDefault != null and isDefault != ''">is_default = #{isDefault},</if>
<if test="status != null">status = #{status},</if>
<if test="pyStr !=null">pyStr = #{pyStr},</if>
<if test="pyStr !=null">py_str = #{pyStr},</if>
<if test="remark != null">remark = #{remark},</if>
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
update_time = now()