数据处理

This commit is contained in:
shuo.wang
2025-05-28 15:32:23 +08:00
parent a5ad26928c
commit 521041447e
11 changed files with 121 additions and 12 deletions

View File

@@ -176,6 +176,7 @@
<if test="item.secondaryPassword != null">
secondary_password = #{item.secondaryPassword},
</if>
remark = #{item.remark}
</set>
where id = #{item.id}