Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MiYaFastCashier
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiangjiantao
MiYaFastCashier
Commits
70f77d93
Commit
70f77d93
authored
Jul 07, 2022
by
赵鹏翔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
95fa53f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
LocalKeyDataMKManageKit.kt
...m/miya/fastcashier/util/manage/LocalKeyDataMKManageKit.kt
+2
-2
No files found.
app/src/main/java/com/miya/fastcashier/util/manage/LocalKeyDataMKManageKit.kt
View file @
70f77d93
...
...
@@ -16,7 +16,7 @@ class LocalKeyDataMKManageKit {
companion
object
{
/***************************************** 分账户的关键数据,分区存储ID为MMKV_ID *****************************************/
private
val
MMKV_ID
=
"fastcashier_key_data"
private
val
MMKV_
KEY_
ID
=
"fastcashier_key_data"
private
val
BALANCEDATE_ID
=
"balanceDate"
/**
...
...
@@ -61,7 +61,7 @@ class LocalKeyDataMKManageKit {
}
private
fun
getKeyDataMK
():
MMKV
{
val
MMKV_ID_WITH_USER
=
MMKV_ID
.
plus
(
"_${AccountService.getUserName()}"
)
val
MMKV_ID_WITH_USER
=
MMKV_
KEY_
ID
.
plus
(
"_${AccountService.getUserName()}"
)
return
MMKV
.
mmkvWithID
(
MMKV_ID_WITH_USER
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment