!39 Merge branch 'master' into feature/20260610
* Merge branch 'master' into feature/20260610 * fix(dqinspecttask): updateMain 子表数据仅在显式传入时才变更 * chore(system): 删除 xiSpeakFlow Bean 调试打印语句 * test(inspectimprove): 新增 inspectimprove 流程模块单元测试
This commit is contained in:
-4
@@ -39,10 +39,6 @@ public class JeecgSystemApplication extends SpringBootServletInitializer {
|
||||
"External: \thttp://" + ip + ":" + port + path + "/doc.html\n\t" +
|
||||
"Swagger文档: \thttp://" + ip + ":" + port + path + "/doc.html\n" +
|
||||
"----------------------------------------------------------");
|
||||
|
||||
// 检查是否有 xiSpeakFlow 这个 Bean
|
||||
boolean exists = application.containsBean("xiSpeakFlow");
|
||||
System.out.println("★★★ xiSpeakFlow 是否加载成功: " + exists);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user