fix(系统设置): 时间错误处理

This commit is contained in:
fit2-zhao 2024-07-08 15:15:18 +08:00 committed by Craftsman
parent 6f86483461
commit 7b37968f29
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public interface ExtUserMapper {
* 获取用户的安装时间兼容历史用户使用问题
* @return 安装时间
*/
long gaInstalledTime();
Long gaInstalledTime();
void updateInstalled();
}