Sign in
潘钊
/
bsth_control
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
93e97901cbd09d54b2d0a5a99214ad6cc5366db3
Authored by
游瑞烽
2021-02-25 13:56:30 +0800
1 parent
c3db5cf3
build: skipped
传错恢复
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/data/LineConfigData.java
src/main/java/com/bsth/data/LineConfigData.java
View file @
93e9790
...
...
@@ -111,7 +111,7 @@ public class LineConfigData implements CommandLineRunner {
111
111
}
112
112
113
113
public void set(LineConfig conf) {
114
-
lineConfigService.save(conf);
114
+
//
lineConfigService.save(conf);
115
115
saveBuffers.add(conf);
116
116
setBuffer(conf);
117
117
}
...
...