caozixuan 1 年之前
父節點
當前提交
9763c4cd4e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sop-business/src/main/resources/mapper/TBUserArchivesMapper.xml

+ 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,