unlockdate 修改为 unlocktime

This commit is contained in:
shimingxy 2025-01-03 09:23:24 +08:00
parent fa120d5dad
commit ff6e2d078b

View File

@ -67,7 +67,7 @@
<if test="isLocked != null">
islocked = #{isLocked},
</if>
unlockdate = current_timestamp,
unlocktime = current_timestamp,
modifieddate = current_timestamp
where
id = #{id}
@ -79,7 +79,7 @@
islocked = #{isLocked},
badpasswordcount = 0,
</if>
unlockdate = current_timestamp,
unlocktime = current_timestamp,
modifieddate = current_timestamp
where
id = #{id}