Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
78d57f23
Commit
78d57f23
authored
Apr 11, 2023
by
Administrator
Browse files
PluginController中的变量PluginOperator去变final
parent
1363fb07
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/src/main/java/com/jsh/erp/controller/PluginController.java
View file @
78d57f23
...
...
@@ -35,7 +35,10 @@ public class PluginController {
@Resource
private
UserService
userService
;
private
final
PluginOperator
pluginOperator
;
// private final PluginOperator pluginOperator;
private
PluginOperator
pluginOperator
;
@Autowired
public
PluginController
(
PluginApplication
pluginApplication
)
{
...
...
Write
Preview
Supports
Markdown
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