mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
unlockdate 修改为 unlocktime
This commit is contained in:
parent
fa120d5dad
commit
ff6e2d078b
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user