fix(系统设置): 时间错误处理
This commit is contained in:
parent
6f86483461
commit
7b37968f29
|
@ -44,7 +44,7 @@ public interface ExtUserMapper {
|
||||||
* 获取用户的安装时间,兼容历史用户使用问题
|
* 获取用户的安装时间,兼容历史用户使用问题
|
||||||
* @return 安装时间
|
* @return 安装时间
|
||||||
*/
|
*/
|
||||||
long gaInstalledTime();
|
Long gaInstalledTime();
|
||||||
|
|
||||||
void updateInstalled();
|
void updateInstalled();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue