This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
develop
/
digimeta-MultiSaas
Watch
12
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
149
Wiki
Activity
Browse Source
修改:
1、修改bug,修改了一处逻辑错误
tags/LT.B.0.9.0_20231026_base
10710
1 year ago
parent
5dff1ea957
commit
25935d344f
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
xueyi-modules/xueyi-system/src/main/java/com/xueyi/system/resource/service/impl/DmH5ConfigServiceImpl.java
+ 3
- 0
xueyi-modules/xueyi-system/src/main/java/com/xueyi/system/resource/service/impl/DmH5ConfigServiceImpl.java
View File
@@ -88,6 +88,9 @@ public class DmH5ConfigServiceImpl extends BaseServiceImpl<DmH5ConfigQuery, DmH5
}
temp.setProperty(jo.toString());
}
else{
continue;
}
} catch (NacosException ne) {
log.error("H5配置表上传nacos-获取配置文件失败:{}", ne.getMessage());
}
Write
Preview
Loading…
Cancel
Save