Browse Source

fix[litemall-core]: 修复异常报错信息

Junling Bu 7 years ago
parent
commit
db0ab876cf

+ 2 - 0
litemall-core/src/main/java/org/linlinjava/litemall/core/system/SystemInistService.java

@@ -16,6 +16,8 @@ import java.util.Map;
 class SystemInistService {
     private SystemInistService systemInistService;
     @Autowired
+    private ConfigService configService;
+    @Autowired
     private Environment environment;
 
     @PostConstruct