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