fieldError

This commit is contained in:
2025-07-18 15:59:00 +08:00
parent 0ee2b1ecb5
commit 92adced503

View File

@@ -75,7 +75,7 @@
</select>
<select id="getRecentLoginDevices" resultType="java.lang.String">
SELECT DISTINCT(device_uid) FROM account_login_record
SELECT DISTINCT(device_id) FROM account_login_record
WHERE create_time &gt;= #{startDay} and uid = #{uid}
</select>
</mapper>