caozixuan 1 рік тому
батько
коміт
9763c4cd4e

+ 1 - 1
sop-business/src/main/resources/mapper/TBUserArchivesMapper.xml

@@ -196,7 +196,7 @@
             tbuas.archives_time AS archivesTime,
             tbuas.authentication_score AS authenticationScore,
             tbuas.authentication_valid_time AS authenticationValidTime,
-            IF(REPLACE(UNIX_TIMESTAMP(NOW(3)), '.', '') <= tbuas.authentication_valid_time,TRUE,FALSE)
+            IF(REPLACE(UNIX_TIMESTAMP(NOW(3)), '.', '') <= tbuas.authentication_valid_time,TRUE,FALSE) AS authenticationStatus,
             tbuas.remark,
             su.id AS userId,
             tbua.status AS status,