提交 1f044dba authored 作者: 李瑞鑫's avatar 李瑞鑫

Merge branch 'v23.3_lmsweight_20240827' into dev

......@@ -24,11 +24,8 @@ public class LoadAppConfig {
public App getApp(Integer code) {
if (app == null) {
app = appDao.getOneByField(App::getUniqueIdentifier, code).orElseThrow(
return appDao.getOneByField(App::getUniqueIdentifier, code).orElseThrow(
PerformanceResultEnum.DATA_NOT_FIND);
}
return app;
}
public App getLmsSmartWeightApp() {
if (lmsSmartWeightApp == null) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论