Browse Source

unlockdate 修改为 unlocktime

shimingxy 5 months ago
parent
commit
ff6e2d078b

+ 2 - 2
maxkey-persistence/src/main/resources/org/dromara/maxkey/persistence/mapper/xml/mysql/UserInfoMapper.xml

@@ -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}