Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Sobot_module_Dev
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sobot_android
Sobot_module_Dev
Commits
0b7f3e95
Commit
0b7f3e95
authored
Jun 08, 2023
by
zhengnw@sobot.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
common 1.3.3 插入数据库 先清理数据
parent
0aa4d5d6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
sobot-common-publish-mavencentral.gradle
sobot_common/sobot-common-publish-mavencentral.gradle
+1
-1
HostManager.java
.../src/main/java/com/sobot/common/login/db/HostManager.java
+1
-0
ServiceInfoManager.java
...in/java/com/sobot/common/login/db/ServiceInfoManager.java
+1
-0
No files found.
sobot_common/sobot-common-publish-mavencentral.gradle
View file @
0b7f3e95
...
...
@@ -13,7 +13,7 @@ ext {
PUBLISH_GROUP_ID
=
"com.sobot.library"
//项目包名
PUBLISH_ARTIFACT_ID
=
'sobotcommon'
//项目名
// PUBLISH_ARTIFACT_ID = 'sobotcommon_x' //项目名
PUBLISH_VERSION
=
'1.3.
2
'
//版本号
PUBLISH_VERSION
=
'1.3.
3
'
//版本号
}
...
...
sobot_common/src/main/java/com/sobot/common/login/db/HostManager.java
View file @
0b7f3e95
...
...
@@ -70,6 +70,7 @@ public class HostManager extends SobotCommonDao<HostModel> {
}
public
void
saveHost
(
HostModel
host
)
{
deleteAll
();
insert
(
host
);
}
...
...
sobot_common/src/main/java/com/sobot/common/login/db/ServiceInfoManager.java
View file @
0b7f3e95
...
...
@@ -93,6 +93,7 @@ public class ServiceInfoManager extends SobotCommonDao<SobotServiceInfoModel> {
}
public
void
saveInfo
(
SobotServiceInfoModel
host
)
{
deleteAll
();
insert
(
host
);
}
...
...
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