feat: Spring Boot 3.5.14 全量升级 + 组件升级
核心升级: - Spring Boot 2.7.18 → 3.5.14 - MyBatis Plus 3.5.5 → 3.5.16 (spring-boot3-starter) - Springdoc 1.8.0 → 2.8.6 (OpenAPI 3) - Flowable 6.8.0 → 7.1.0 - Druid 1.2.x → 1.2.28 (boot3-starter) - kotlin-reflect 1.9.10 → 1.9.25 迁移适配: - javax → jakarta 命名空间 (620+ 文件) - Swagger 注解迁移到 OpenAPI 3 (@Tag/@Schema/@Operation/@Parameter) - Spring Security 6.2 适配 (antMatchers→requestMatchers, EnableMethodSecurity) - Druid 包名迁移 (boot→boot3) - Redis 配置路径迁移 (spring.redis→spring.data.redis) - Flyway 适配 (flyway-database-postgresql) - Flowable 7.x 适配 (MULE_TASK_IMAGE 移除) 修复: - spring-boot-maven-plugin 2.5.15→3.5.14 (SPI服务发现失效) - mybatis-plus-boot-starter 3.5.5→3.5.16 (kotlin-reflect+fastjson2冲突) - Flowable database-schema-update 启用自动建表 验证: 23/23 测试通过, 1374 API端点正常
This commit is contained in:
516
logs/openhis.log
Normal file
516
logs/openhis.log
Normal file
@@ -0,0 +1,516 @@
|
||||
_ _ ______ _ _______ _ _ _ _____ _ _ _ __ _ _ _____ _____
|
||||
| | | | ____| /\ | | |__ __| | | | | |_ _| \ | | |/ / | | | |_ _|/ ____|
|
||||
| |__| | |__ / \ | | | | | |__| | | | | | \| | ' /_____| |__| | | | | (___
|
||||
| __ | __| / /\ \ | | | | | __ | | | | | . ` | <______| __ | | | \___ \
|
||||
| | | |____ / ____ \| |____| | | | | | |____ _| |_| |\ | . \ | | | |_| |_ ____) |
|
||||
|_| |_|______/_/ \_\______|_| |_| |_|______|_____|_| \_|_\ \ |_| |_|_____|_____/
|
||||
|
||||
Application Version: 0.0.1
|
||||
|
||||
11:34:57.082 [background-preinit] INFO o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
|
||||
11:34:57.080 [main] INFO c.o.OpenHisApplication - [logStarting,55] - Starting OpenHisApplication v0.0.1-SNAPSHOT using Java 17.0.18 on jchl254 with PID 36365 (/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar started by root in /root/.openclaw/workspace/his-repo)
|
||||
11:34:57.084 [main] INFO c.o.OpenHisApplication - [logStartupProfileInfo,686] - The following 1 profile is active: "dev"
|
||||
11:35:03.065 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-18082"]
|
||||
11:35:03.070 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
|
||||
11:35:03.070 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.96]
|
||||
11:35:03.148 [main] INFO o.a.c.c.C.[.[.[/openhis] - [log,173] - Initializing Spring embedded WebApplicationContext
|
||||
11:35:04.994 [main] INFO c.a.d.p.DruidDataSource - [init,865] - {dataSource-1} inited
|
||||
11:35:05.463 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Registered plugin: 'com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor@536da29c'
|
||||
11:35:05.537 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/PharmacyWarehousemanage/PharmacyWarehouseStocktakingOrderMapper.xml]'
|
||||
11:35:05.557 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/PharmacyWarehousemanage/PharmacyWarehouseStockOutOrderMapper.xml]'
|
||||
11:35:05.564 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/PharmacyWarehousemanage/PharmacyWarehouseStockInOrderMapper.xml]'
|
||||
11:35:05.570 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/PharmacyWarehousemanage/PharmacyWarehousePurchaseOrderMapper.xml]'
|
||||
11:35:05.576 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/PharmacyWarehousemanage/PharmacyWarehouseDocumentManagementMapper.xml]'
|
||||
11:35:05.581 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/PharmacyWarehousemanage/PharmacyWarehouseReturnToWarehouseOrderMapper.xml]'
|
||||
11:35:05.598 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/PharmacyWarehousemanage/PharmacyWarehouseReturnOrderMapper.xml]'
|
||||
11:35:05.706 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/PharmacyWarehousemanage/PharmacyWarehouseCommonMapper.xml]'
|
||||
11:35:05.715 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/inpatientmanage/DepositMapper.xml]'
|
||||
11:35:05.721 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/basicservice/HealthcareServiceBizMapper.xml]'
|
||||
11:35:05.726 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/PharmacyWarehousemanage/PharmacyWarehouseProfitLossOrderMapper.xml]'
|
||||
11:35:05.831 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/consultation/ConsultationRequestMapper.xml]'
|
||||
11:35:05.839 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/tencentJH/TencentAppMapper.xml]'
|
||||
11:35:05.878 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/clinical/SurgeryMapper.xml]'
|
||||
11:35:05.885 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/inpatientmanage/VitalSignsAppMapper.xml]'
|
||||
11:35:05.893 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/inpatientmanage/PatientHomeAppMapper.xml]'
|
||||
11:35:05.899 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/externalintegration/FoodborneAcquisitionAppMapper.xml]'
|
||||
11:35:05.908 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/inpatientmanage/NursingRecordAppMapper.xml]'
|
||||
11:35:05.913 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/paymentmanage/ChargeBillMapper.xml]'
|
||||
11:35:05.918 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/datadictionary/ItemDefinitionAppMapper.xml]'
|
||||
11:35:05.936 [main] ERROR c.b.m.c.MybatisConfiguration - [addMappedStatement,110] - mapper[com.openhis.web.common.mapper.CommonAppMapper.getPractitionerSignature] is ignored, because it exists, maybe from xml file
|
||||
11:35:05.937 [main] ERROR c.b.m.c.MybatisConfiguration - [addMappedStatement,110] - mapper[com.openhis.web.common.mapper.CommonAppMapper.getActivityDefinition] is ignored, because it exists, maybe from xml file
|
||||
11:35:05.939 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/common/CommonAppMapper.xml]'
|
||||
11:35:05.978 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/datadictionary/MedicationManageSearchMapper.xml]'
|
||||
11:35:05.987 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/paymentmanage/EleInvoiceMapper.xml]'
|
||||
11:35:05.992 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/jlau/ReviewPrescriptionRecordsAppMapper.xml]'
|
||||
11:35:05.995 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/chargemanage/OutpatientPricingAppMapper.xml]'
|
||||
11:35:06.002 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/datadictionary/ActivityDefinitionManageMapper.xml]'
|
||||
11:35:06.007 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/paymentmanage/ThreePartPayMapper.xml]'
|
||||
11:35:06.015 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/paymentmanage/PaymentMapper.xml]'
|
||||
11:35:06.021 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/datadictionary/DeviceManageMapper.xml]'
|
||||
11:35:06.026 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/departmentmanage/DepartmentRequisitionOrderMapper.xml]'
|
||||
11:35:06.032 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/datadictionary/LabActivityDefinitionManageMapper.xml]'
|
||||
11:35:06.037 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/paymentmanage/ChangePriceMapper.xml]'
|
||||
11:35:06.061 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/datadictionary/ChargeItemDefSearchMapper.xml]'
|
||||
11:35:06.064 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/departmentmanage/DepartmentProfitLossOrderMapper.xml]'
|
||||
11:35:06.073 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/ybmanage/YbMapper.xml]'
|
||||
11:35:06.081 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/departmentmanage/DepartmentCommonMapper.xml]'
|
||||
11:35:06.088 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/ybmanage/YbElepMapper.xml]'
|
||||
11:35:06.091 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/departmentmanage/DepartmentReturnToWarehouseOrderMapper.xml]'
|
||||
11:35:06.094 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/departmentmanage/DepartmentStocktakingOrderMapper.xml]'
|
||||
11:35:06.102 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/ybmanage/MedicalInsuranceMapper.xml]'
|
||||
11:35:06.106 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/departmentmanage/DepartmentTransferInOrderMapper.xml]'
|
||||
11:35:06.109 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/departmentmanage/DepartmentTransferOutOrderMapper.xml]'
|
||||
11:35:06.119 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/inhospitalnursestation/ATDManageAppMapper.xml]'
|
||||
11:35:06.124 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/inhospitalnursestation/OrgDeviceStockTakeAppMapper.xml]'
|
||||
11:35:06.140 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/inhospitalnursestation/MedicineSummaryAppMapper.xml]'
|
||||
11:35:06.144 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/departmentmanage/DepartmentIssuanceOrderMapper.xml]'
|
||||
11:35:06.148 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/inhospitalnursestation/AdviceProcessAppMapper.xml]'
|
||||
11:35:06.153 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/adjustprice/AdjustPriceMapper.xml]'
|
||||
11:35:06.159 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/chargemanage/OutpatientRegistrationAppMapper.xml]'
|
||||
11:35:06.163 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/inhospitalnursestation/NurseBillingAppMapper.xml]'
|
||||
11:35:06.166 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/departmentmanage/DepartmentStockInOrderMapper.xml]'
|
||||
11:35:06.172 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/inhospitalnursestation/EncounterAutoRollAppMapper.xml]'
|
||||
11:35:06.178 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/outpatientmanage/OutpatientInfusionAppMapper.xml]'
|
||||
11:35:06.187 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/chargemanage/OutpatientRefundAppMapper.xml]'
|
||||
11:35:06.195 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/Inventorymanage/ProductStocktakingMapper.xml]'
|
||||
11:35:06.199 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/doctorstation/DoctorStationLabApplyMapper.xml]'
|
||||
11:35:06.204 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/outpatientmanage/OutpatientTreatmentAppMapper.xml]'
|
||||
11:35:06.208 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/outpatientmanage/OutpatientSkinTestAppMapper.xml]'
|
||||
11:35:06.211 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/pharmacymanage/PendingMedicationDetailsMapper.xml]'
|
||||
11:35:06.217 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/chargemanage/OutpatientChargeAppMapper.xml]'
|
||||
11:35:06.225 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/pharmacymanage/WesternMedicineDispenseMapper.xml]'
|
||||
11:35:06.234 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/regdoctorstation/RequestFormManageAppMapper.xml]'
|
||||
11:35:06.240 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/Inventorymanage/InventorySettlementAppMapper.xml]'
|
||||
11:35:06.246 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/pharmacymanage/ReturnMedicineMapper.xml]'
|
||||
11:35:06.252 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/regdoctorstation/AdviceManageAppMapper.xml]'
|
||||
11:35:06.256 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/document/DocDefinitionAppMapper.xml]'
|
||||
11:35:06.259 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/pharmacymanage/MedicalDeviceDispenseMapper.xml]'
|
||||
11:35:06.263 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/regdoctorstation/SpecialAdviceAppMapper.xml]'
|
||||
11:35:06.266 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/pharmacymanage/SummaryDispenseMedicineMapper.xml]'
|
||||
11:35:06.269 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/chargemanage/InpatientChargeAppMapper.xml]'
|
||||
11:35:06.275 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/Inventorymanage/RequisitionIssueMapper.xml]'
|
||||
11:35:06.279 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/pharmacymanage/InHospitalReturnMedicineAppMapper.xml]'
|
||||
11:35:06.283 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/Inventorymanage/InventoryAdjustPriceMapper.xml]'
|
||||
11:35:06.287 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/pharmacymanage/MedicationDetailsMapper.xml]'
|
||||
11:35:06.293 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/Inventorymanage/ProductDetailAppMapper.xml]'
|
||||
11:35:06.297 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/catalogmanage/CatalogMapper.xml]'
|
||||
11:35:06.304 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/Inventorymanage/ProductTransferMapper.xml]'
|
||||
11:35:06.307 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/doctorstation/DoctorStationEmrAppMapper.xml]'
|
||||
11:35:06.311 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportmanage/MonthlySettlementReportMapper.xml]'
|
||||
11:35:06.315 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportmanage/DepartmentRevenueStatisticsMapper.xml]'
|
||||
11:35:06.318 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/Inventorymanage/PurchaseInventoryMapper.xml]'
|
||||
11:35:06.323 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportmanage/AmbAdviceStatisticsAppMapper.xml]'
|
||||
11:35:06.331 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportmanage/PrintReportMapper.xml]'
|
||||
11:35:06.335 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportmanage/LossReportMapper.xml]'
|
||||
11:35:06.342 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/Inventorymanage/LossReportFormMapper.xml]'
|
||||
11:35:06.346 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportmanage/DrugDosageSettlementMapper.xml]'
|
||||
11:35:06.351 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/Inventorymanage/InventoryDetailsMapper.xml]'
|
||||
11:35:06.355 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportmanage/StocktakingReportMapper.xml]'
|
||||
11:35:06.358 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/Inventorymanage/TraceNoAppMapper.xml]'
|
||||
11:35:06.365 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportmanage/ChargeReportMapper.xml]'
|
||||
11:35:06.370 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/Inventorymanage/PurchaseReturnMapper.xml]'
|
||||
11:35:06.375 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/doctorstation/DoctorStationChineseMedicalAppMapper.xml]'
|
||||
11:35:06.380 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportmanage/ReportStatisticsMapper.xml]'
|
||||
11:35:06.383 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/Inventorymanage/ReturnIssueMapper.xml]'
|
||||
11:35:06.389 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/doctorstation/DoctorStationMainAppMapper.xml]'
|
||||
11:35:06.391 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/inspection/GroupRecMapper.xml]'
|
||||
11:35:06.394 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/personalization/ActivityDeviceAppMapper.xml]'
|
||||
11:35:06.398 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportmanage/OutboundReportMapper.xml]'
|
||||
11:35:06.426 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/Inventorymanage/ReceiptApprovalMapper.xml]'
|
||||
11:35:06.432 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportmanage/PharmacySettlementReportAppMapper.xml]'
|
||||
11:35:06.447 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportmanage/InventoryProductReportMapper.xml]'
|
||||
11:35:06.450 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/document/DocStatisticsDefinitionAppMapper.xml]'
|
||||
11:35:06.454 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportmanage/MedicationDeviceReportMapper.xml]'
|
||||
11:35:06.459 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/doctorstation/DoctorStationDiagnosisAppMapper.xml]'
|
||||
11:35:06.464 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportmanage/MedicationInboundReportMapper.xml]'
|
||||
11:35:06.470 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/document/DocRecordAppMapper.xml]'
|
||||
11:35:06.477 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportmanage/InpatientMedicalRecordHomePageCollectionMapper.xml]'
|
||||
11:35:06.493 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/doctorstation/DoctorStationAdviceAppMapper.xml]'
|
||||
11:35:06.499 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportmanage/InboundReportMapper.xml]'
|
||||
11:35:06.505 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportmanage/ReturnIssueReportMapper.xml]'
|
||||
11:35:06.511 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportmanage/PurchaseReturnReportMapper.xml]'
|
||||
11:35:06.516 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportmanage/RegisterReportMapper.xml]'
|
||||
11:35:06.524 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/doctorstation/DoctorStationElepPrescriptionMapper.xml]'
|
||||
11:35:06.533 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportmanage/ReportMapper.xml]'
|
||||
11:35:06.537 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/doctorstation/ReservationRecordAppMapper.xml]'
|
||||
11:35:06.544 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportmanage/TransferReportMapper.xml]'
|
||||
11:35:06.552 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/basedatamanage/PractitionerAppMapper.xml]'
|
||||
11:35:06.558 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/doctorstation/DoctorStationPtDetailsAppMapper.xml]'
|
||||
11:35:06.566 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/clinicalmanage/SurgicalScheduleAppMapper.xml]'
|
||||
11:35:06.569 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/inspection/SampleCollectMapper.xml]'
|
||||
11:35:06.600 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/clinicalmanage/SurgeryMapper.xml]'
|
||||
11:35:06.605 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/personalization/OrderGroupAppMapper.xml]'
|
||||
11:35:06.610 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/materialmanage/MaterialReturnOrderMapper.xml]'
|
||||
11:35:06.615 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/inspection/LisReportMapper.xml]'
|
||||
11:35:06.619 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/materialmanage/MaterialStockOutOrderMapper.xml]'
|
||||
11:35:06.623 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/materialmanage/MaterialTransferOutOrderMapper.xml]'
|
||||
11:35:06.628 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/materialmanage/MaterialStockInOrderMapper.xml]'
|
||||
11:35:06.634 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/personalization/OrdersGroupPackageAppMapper.xml]'
|
||||
11:35:06.639 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/materialmanage/MaterialProfitLossOrderMapper.xml]'
|
||||
11:35:06.671 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/patientmanage/PatientManageMapper.xml]'
|
||||
11:35:06.675 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/materialmanage/MaterialPurchaseOrderMapper.xml]'
|
||||
11:35:06.682 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/inhospitalcharge/InHospitalRegisterAppMapper.xml]'
|
||||
11:35:06.686 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/materialmanage/MaterialTransferInOrderMapper.xml]'
|
||||
11:35:06.692 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/inhospitalcharge/AdvancePaymentManageAppMapper.xml]'
|
||||
11:35:06.696 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/materialmanage/MaterialStocktakingOrderMapper.xml]'
|
||||
11:35:06.724 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/appointmentmanage/DoctorScheduleMapper.xml]'
|
||||
11:35:06.729 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/materialmanage/MaterialReturnToWarehouseOrderMapper.xml]'
|
||||
11:35:06.756 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/appointmentmanage/ClinicRoomMapper.xml]'
|
||||
11:35:06.765 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/materialmanage/MaterialCommonMapper.xml]'
|
||||
11:35:06.771 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/nenu/GfStudentListAppMapper.xml]'
|
||||
11:35:06.777 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/nenu/GfRatioApplicationRecordAppMapper.xml]'
|
||||
11:35:06.781 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/nenu/GfRatioManageAppMapper.xml]'
|
||||
11:35:06.789 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/reportManagement/InfectiousCardMapper.xml]'
|
||||
11:35:06.793 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/PharmacyDispensarymanage/PharmacyDispensaryStockInOrderMapper.xml]'
|
||||
11:35:06.797 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/PharmacyDispensarymanage/PharmacyDispensaryReturnToWarehouseOrderMapper.xml]'
|
||||
11:35:06.806 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/PharmacyDispensarymanage/PharmacyDispensaryCommonMapper.xml]'
|
||||
11:35:06.810 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/PharmacyDispensarymanage/PharmacyDispensaryStocktakingOrderMapper.xml]'
|
||||
11:35:06.815 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/PharmacyDispensarymanage/PharmacyDispensaryDispensingOrderMapper.xml]'
|
||||
11:35:06.819 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/PharmacyDispensarymanage/PharmacyDispensaryRequisitionOrderMapper.xml]'
|
||||
11:35:06.823 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/PharmacyDispensarymanage/PharmacyDispensaryTransferOutOrderMapper.xml]'
|
||||
11:35:06.827 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/PharmacyDispensarymanage/PharmacyDispensaryTransferInOrderMapper.xml]'
|
||||
11:35:06.832 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/classes!/mapper/PharmacyDispensarymanage/PharmacyDispensaryProfitLossOrderMapper.xml]'
|
||||
11:35:06.861 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/InventorySaleRecordMapper.xml]'
|
||||
11:35:06.889 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/workflow/InventoryItemMapper.xml]'
|
||||
11:35:06.922 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/workflow/SupplyRequestMapper.xml]'
|
||||
11:35:06.950 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/workflow/SupplyRequestAutoMapper.xml]'
|
||||
11:35:06.975 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/lab/SpecimenMapper.xml]'
|
||||
11:35:06.999 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybcatalog/CatalogSpecialDiseaseMapper.xml]'
|
||||
11:35:07.021 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/InventoryPurchaseRecordMapper.xml]'
|
||||
11:35:07.037 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/ClinicPreSettleMapper.xml]'
|
||||
11:35:07.054 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/workflow/ActivityDefinitionMapper.xml]'
|
||||
11:35:07.077 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/clinical/DiagnosisBelongBindingMapper.xml]'
|
||||
11:35:07.102 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/financial/PaymentRecDetailMapper.xml]'
|
||||
11:35:07.129 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybcatalog/CatalogZyDiseaseDiagnosisMapper.xml]'
|
||||
11:35:07.160 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/InpatientPreSettleMapper.xml]'
|
||||
11:35:07.183 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/sys/OperationRecordMapper.xml]'
|
||||
11:35:07.221 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/clinical/OrderMapper.xml]'
|
||||
11:35:07.245 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/financial/ClaimMapper.xml]'
|
||||
11:35:07.267 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybcatalog/CatalogZySyndromeMapper.xml]'
|
||||
11:35:07.287 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/InventoryDelRecordMapper.xml]'
|
||||
11:35:07.309 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/workflow/ServiceRequestDetailMapper.xml]'
|
||||
11:35:07.332 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/document/EmrDictMapper.xml]'
|
||||
11:35:07.358 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/document/DocInventoryItemStaticMapper.xml]'
|
||||
11:35:07.390 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybcatalog/CatalogDrugInfoUsualMapper.xml]'
|
||||
11:35:07.416 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/workflow/ServiceRequestMapper.xml]'
|
||||
11:35:07.439 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/clinical/ProcedurePerformerMapper.xml]'
|
||||
11:35:07.462 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/financial/ClaimResponseMapper.xml]'
|
||||
11:35:07.488 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/financial/ThreePartPayCallBackMapper.xml]'
|
||||
11:35:07.512 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybcatalog/CatalogMedicalHerbInfoMapper.xml]'
|
||||
11:35:07.537 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/workflow/DeviceDispenseMapper.xml]'
|
||||
11:35:07.558 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/lab/ActivityDefDeviceDefMapper.xml]'
|
||||
11:35:07.587 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybcatalog/CatalogMedicalConsumablesMapper.xml]'
|
||||
11:35:07.613 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/workflow/DeviceRequestMapper.xml]'
|
||||
11:35:07.635 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/sys/OptionMapper.xml]'
|
||||
11:35:07.658 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/document/VitalSignsMapper.xml]'
|
||||
11:35:07.681 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybcatalog/CatalogMedicalServiceMapper.xml]'
|
||||
11:35:07.710 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/workflow/ElepMedicationRequestMapper.xml]'
|
||||
11:35:07.724 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/document/DocStatisticsDefinitionMapper.xml]'
|
||||
11:35:07.739 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybcatalog/CatalogSurgeryStandardDirectoryMapper.xml]'
|
||||
11:35:07.754 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/clinical/ConditionMapper.xml]'
|
||||
11:35:07.772 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/clinical/TicketMapper.xml]'
|
||||
11:35:07.786 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/financial/PaymentNoticeMapper.xml]'
|
||||
11:35:07.806 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybcatalog/CatalogDrugInfoMapper.xml]'
|
||||
11:35:07.823 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/clinical/ProcedureMapper.xml]'
|
||||
11:35:07.838 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/document/RequestFormMapper.xml]'
|
||||
11:35:07.852 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybcatalog/CatalogWesternDiseaseMapper.xml]'
|
||||
11:35:07.866 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/clinical/AllergyIntoleranceMapper.xml]'
|
||||
11:35:07.883 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/financial/PaymentReconciliationMapper.xml]'
|
||||
11:35:07.901 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/SupplierMapper.xml]'
|
||||
11:35:07.915 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/clinical/ReservationRecordMapper.xml]'
|
||||
11:35:07.931 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/lab/InspectionPackageDetailMapper.xml]'
|
||||
11:35:07.947 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/lab/LabActivityDefinitionMapper.xml]'
|
||||
11:35:07.962 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/TraceNoManageMapper.xml]'
|
||||
11:35:07.977 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/jlau/ReviewPrescriptionRecordsMapper.xml]'
|
||||
11:35:07.991 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/OrgContrastMapper.xml]'
|
||||
11:35:08.004 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/lab/ActivityDefObservationDefMapper.xml]'
|
||||
11:35:08.018 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/lab/ActivityDefSpecimenDefMapper.xml]'
|
||||
11:35:08.033 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/document/EmrTemplateMapper.xml]'
|
||||
11:35:08.049 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/PractitionerPatientMapper.xml]'
|
||||
11:35:08.063 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/document/DocTemplateMapper.xml]'
|
||||
11:35:08.082 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/OrganizationMapper.xml]'
|
||||
11:35:08.096 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/lab/ObservationMapper.xml]'
|
||||
11:35:08.111 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/PatientMapper.xml]'
|
||||
11:35:08.125 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/document/EmrDetailMapper.xml]'
|
||||
11:35:08.139 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/ChargeItemDefDetailAppMapper.xml]'
|
||||
11:35:08.153 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/document/DocStatisticsDefinitionOptionMapper.xml]'
|
||||
11:35:08.168 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/FrequencyMapper.xml]'
|
||||
11:35:08.183 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/document/DocRecordMapper.xml]'
|
||||
11:35:08.197 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/document/EmrMapper.xml]'
|
||||
11:35:08.211 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/document/DocDefinitionMapper.xml]'
|
||||
11:35:08.226 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/ChargeItemDefinitionMapper.xml]'
|
||||
11:35:08.241 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/document/DocStatisticsMapper.xml]'
|
||||
11:35:08.255 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/template/OrdersGroupPackageMapper.xml]'
|
||||
11:35:08.269 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/EncounterParticipantMapper.xml]'
|
||||
11:35:08.283 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/document/DocDefinitionOrganizationMapper.xml]'
|
||||
11:35:08.297 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/AccountMapper.xml]'
|
||||
11:35:08.312 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/document/OrderProcessMapper.xml]'
|
||||
11:35:08.329 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/EncounterMapper.xml]'
|
||||
11:35:08.343 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/template/EncounterAutoRollMapper.xml]'
|
||||
11:35:08.362 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/ChargeItemMapper.xml]'
|
||||
11:35:08.376 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/template/OrderGroupMapper.xml]'
|
||||
11:35:08.388 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/BizUserRoleMapper.xml]'
|
||||
11:35:08.402 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/template/ActivityDeviceMapper.xml]'
|
||||
11:35:08.417 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/PatientStudentMapper.xml]'
|
||||
11:35:08.431 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/template/OrdersGroupPackageDetailMapper.xml]'
|
||||
11:35:08.446 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/InvoiceMapper.xml]'
|
||||
11:35:08.461 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/financial/ContractMapper.xml]'
|
||||
11:35:08.476 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/HealthcareServiceMapper.xml]'
|
||||
11:35:08.499 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/LocationMapper.xml]'
|
||||
11:35:08.513 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/EncounterReasonMapper.xml]'
|
||||
11:35:08.527 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/EncounterLocationMapper.xml]'
|
||||
11:35:08.543 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/ChangePriceRecordMapper.xml]'
|
||||
11:35:08.559 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/ScheduleSlotMapper.xml]'
|
||||
11:35:08.575 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/DeviceDefinitionMapper.xml]'
|
||||
11:35:08.590 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/InstrumentMapper.xml]'
|
||||
11:35:08.604 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/OrganizationLocationMapper.xml]'
|
||||
11:35:08.619 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/SpecimenDefinitionMapper.xml]'
|
||||
11:35:08.634 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/DeviceMapper.xml]'
|
||||
11:35:08.649 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/PractitionerRoleMapper.xml]'
|
||||
11:35:08.664 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/EncounterDiagnosisMapper.xml]'
|
||||
11:35:08.677 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/ObservationDefinitionMapper.xml]'
|
||||
11:35:08.692 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/PractitionerMapper.xml]'
|
||||
11:35:08.706 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/BizUserMapper.xml]'
|
||||
11:35:08.720 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/administration/PatientIdentifierMapper.xml]'
|
||||
11:35:08.735 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/medication/MedicationDefinitionMapper.xml]'
|
||||
11:35:08.753 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/medication/MedicationRequestMapper.xml]'
|
||||
11:35:08.767 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/medication/MedicationMapper.xml]'
|
||||
11:35:08.782 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/medication/MedicationDispenseMapper.xml]'
|
||||
11:35:08.796 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/nenu/GfRatioApplicationMapper.xml]'
|
||||
11:35:08.809 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/nenu/GfRatioMapper.xml]'
|
||||
11:35:08.822 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybelep/ElepRevokeOutputMapper.xml]'
|
||||
11:35:08.835 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybelep/ElepQuerDiagnosisInfoMapper.xml]'
|
||||
11:35:08.848 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybelep/ElepVeriPrescriptionOutputMapper.xml]'
|
||||
11:35:08.862 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybelep/ElepQuerPrescriptionDetailMapper.xml]'
|
||||
11:35:08.877 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybelep/ElepUploadInputMapper.xml]'
|
||||
11:35:08.890 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybelep/ElepMedresultInfoMapper.xml]'
|
||||
11:35:08.905 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybelep/ElepVeriPrescriptionDetailMapper.xml]'
|
||||
11:35:08.919 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybelep/ElepRevokeInputMapper.xml]'
|
||||
11:35:08.932 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybelep/ElepMedresultDetailMapper.xml]'
|
||||
11:35:08.945 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybelep/ElepSignatureInputMapper.xml]'
|
||||
11:35:08.958 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybelep/ElepQuerPrescriptionInputMapper.xml]'
|
||||
11:35:08.971 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybelep/ElepSignatureOutputMapper.xml]'
|
||||
11:35:08.986 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybelep/ElepVeriPrescriptionInfoMapper.xml]'
|
||||
11:35:09.000 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybelep/ElepQuerVisitInfoMapper.xml]'
|
||||
11:35:09.014 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybelep/ElepQuerPrescriptionInfoMapper.xml]'
|
||||
11:35:09.027 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybelep/ElepUploadOutputMapper.xml]'
|
||||
11:35:09.040 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybelep/ElepVeriDiagnosisInfoMapper.xml]'
|
||||
11:35:09.053 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybelep/ElepMedresultInputMapper.xml]'
|
||||
11:35:09.068 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/ybelep/ElepVeriVisitInfoMapper.xml]'
|
||||
11:35:09.081 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/InventoryChangeRecordMapper.xml]'
|
||||
11:35:09.095 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/PerinfoMapper.xml]'
|
||||
11:35:09.107 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/ClinicUnRegMapper.xml]'
|
||||
11:35:09.120 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/DirectoryCheckRecordMapper.xml]'
|
||||
11:35:09.135 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/ClincUnSettleMapper.xml]'
|
||||
11:35:09.151 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/InpatientDischargeMapper.xml]'
|
||||
11:35:09.165 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/InventorySaleReturnRecordMapper.xml]'
|
||||
11:35:09.179 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/ClincSettleMapper.xml]'
|
||||
11:35:09.194 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/InpatientRegMapper.xml]'
|
||||
11:35:09.208 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/SignMapper.xml]'
|
||||
11:35:09.220 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/FinancialApplyRecordMapper.xml]'
|
||||
11:35:09.245 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/InpatientRegInfoUpdateRecordeMapper.xml]'
|
||||
11:35:09.259 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/FinancialReconcileRecordMapper.xml]'
|
||||
11:35:09.274 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/InpatientFeeDetailMapper.xml]'
|
||||
11:35:09.290 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/RegMapper.xml]'
|
||||
11:35:09.302 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/InventoryCheckRecordMapper.xml]'
|
||||
11:35:09.316 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/InventoryPurchaseReturnRecordMapper.xml]'
|
||||
11:35:09.331 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/InpatientSettleMapper.xml]'
|
||||
11:35:09.336 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/yb/MedicalInsuranceMapper.xml]'
|
||||
11:35:09.351 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/workflow/SupplyDeliveryMapper.xml]'
|
||||
11:35:09.364 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/clinical/ConditionDefinitionMapper.xml]'
|
||||
11:35:09.378 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/openhis-domain-0.0.1-SNAPSHOT.jar!/mapper/clinical/ConditionNoDefinitionMapper.xml]'
|
||||
11:35:09.392 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysUserConfigMapper.xml]'
|
||||
11:35:09.396 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysPostMapper.xml]'
|
||||
11:35:09.400 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysNoticeMapper.xml]'
|
||||
11:35:09.406 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysMenuMapper.xml]'
|
||||
11:35:09.410 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysConfigMapper.xml]'
|
||||
11:35:09.414 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysDictTypeMapper.xml]'
|
||||
11:35:09.417 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysOperLogMapper.xml]'
|
||||
11:35:09.420 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysUserPostMapper.xml]'
|
||||
11:35:09.422 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysTenantMapper.xml]'
|
||||
11:35:09.446 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysUserMapper.xml]'
|
||||
11:35:09.448 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysUserTenantMapper.xml]'
|
||||
11:35:09.452 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysListenerMapper.xml]'
|
||||
11:35:09.457 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysDictDataMapper.xml]'
|
||||
11:35:09.460 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysNoticeReadMapper.xml]'
|
||||
11:35:09.463 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysRoleMenuMapper.xml]'
|
||||
11:35:09.467 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysDeptMapper.xml]'
|
||||
11:35:09.470 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysRoleDeptMapper.xml]'
|
||||
11:35:09.474 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysRoleMapper.xml]'
|
||||
11:35:09.478 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysExpressionMapper.xml]'
|
||||
11:35:09.482 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysDeployFormMapper.xml]'
|
||||
11:35:09.485 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysFormMapper.xml]'
|
||||
11:35:09.497 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysTenantOptionMapper.xml]'
|
||||
11:35:09.501 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysLogininforMapper.xml]'
|
||||
11:35:09.504 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/system/SysUserRoleMapper.xml]'
|
||||
11:35:09.506 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/flowable/FlowDeployMapper.xml]'
|
||||
11:35:09.509 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-system-0.0.1-SNAPSHOT.jar!/mapper/flowable/SysTaskFormMapper.xml]'
|
||||
11:35:09.513 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-quartz-0.0.1-SNAPSHOT.jar!/mapper/quartz/SysJobMapper.xml]'
|
||||
11:35:09.517 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-quartz-0.0.1-SNAPSHOT.jar!/mapper/quartz/SysJobLogMapper.xml]'
|
||||
11:35:09.522 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-generator-0.0.1-SNAPSHOT.jar!/mapper/generator/GenTableMapper.xml]'
|
||||
11:35:09.526 [main] DEBUG c.b.m.e.s.MybatisSqlSessionFactoryBean - [debug,49] - Parsed mapper file: 'URL [jar:file:/root/.openclaw/workspace/his-repo/openhis-server-new/openhis-application/target/openhis-application.jar!/BOOT-INF/lib/core-generator-0.0.1-SNAPSHOT.jar!/mapper/generator/GenTableColumnMapper.xml]'
|
||||
11:35:09.531 [main] DEBUG c.b.m.c.t.Sequence - [initLog,88] - Initialization Sequence datacenterId:1 workerId:30
|
||||
_ _ |_ _ _|_. ___ _ | _
|
||||
| | |\/|_)(_| | |_\ |_)||_|_\
|
||||
/ |
|
||||
3.5.5
|
||||
11:35:09.774 [main] DEBUG c.b.m.e.p.i.TenantLineInnerInterceptor - [parserSingle,45] - original SQL: select dict_code,
|
||||
dict_sort,
|
||||
dict_label,
|
||||
dict_value,
|
||||
dict_type,
|
||||
css_class,
|
||||
list_class,
|
||||
is_default,
|
||||
status,
|
||||
py_str,
|
||||
create_by,
|
||||
create_time,
|
||||
remark
|
||||
from sys_dict_data
|
||||
|
||||
WHERE status = ?
|
||||
order by dict_sort asc
|
||||
11:35:09.855 [main] DEBUG c.b.m.e.p.i.TenantLineInnerInterceptor - [processParser,85] - SQL to parse, SQL: select dict_code,
|
||||
dict_sort,
|
||||
dict_label,
|
||||
dict_value,
|
||||
dict_type,
|
||||
css_class,
|
||||
list_class,
|
||||
is_default,
|
||||
status,
|
||||
py_str,
|
||||
create_by,
|
||||
create_time,
|
||||
remark
|
||||
from sys_dict_data
|
||||
|
||||
WHERE status = ?
|
||||
order by dict_sort asc
|
||||
11:35:09.861 [main] DEBUG c.b.m.e.p.i.TenantLineInnerInterceptor - [processParser,98] - parse the finished SQL: SELECT dict_code, dict_sort, dict_label, dict_value, dict_type, css_class, list_class, is_default, status, py_str, create_by, create_time, remark FROM sys_dict_data WHERE status = ? ORDER BY dict_sort ASC
|
||||
11:35:11.983 [main] DEBUG c.b.m.e.p.i.TenantLineInnerInterceptor - [parserSingle,45] - original SQL: select config_id,
|
||||
config_name,
|
||||
config_key,
|
||||
config_value,
|
||||
config_type,
|
||||
create_by,
|
||||
create_time,
|
||||
update_by,
|
||||
update_time,
|
||||
remark
|
||||
from sys_config
|
||||
11:35:11.989 [main] DEBUG c.b.m.e.p.i.TenantLineInnerInterceptor - [processParser,85] - SQL to parse, SQL: select config_id,
|
||||
config_name,
|
||||
config_key,
|
||||
config_value,
|
||||
config_type,
|
||||
create_by,
|
||||
create_time,
|
||||
update_by,
|
||||
update_time,
|
||||
remark
|
||||
from sys_config
|
||||
11:35:11.990 [main] DEBUG c.b.m.e.p.i.TenantLineInnerInterceptor - [processParser,98] - parse the finished SQL: SELECT config_id, config_name, config_key, config_value, config_type, create_by, create_time, update_by, update_time, remark FROM sys_config
|
||||
11:35:13.166 [main] INFO o.f.s.b.ProcessEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
|
||||
11:35:13.711 [main] INFO o.f.s.b.c.CmmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
|
||||
11:35:13.958 [main] INFO o.f.s.b.d.DmnEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
|
||||
11:35:14.064 [main] INFO o.f.s.b.f.FormEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
|
||||
11:35:14.139 [main] INFO o.f.s.b.e.EventRegistryAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
|
||||
11:35:14.207 [main] INFO o.f.s.b.a.AppEngineAutoConfiguration - [discoverDeploymentResources,104] - No deployment resources were found for autodeployment
|
||||
11:35:14.242 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1084] - Found 7 Engine Configurators in total:
|
||||
11:35:14.244 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1086] - class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
|
||||
11:35:14.244 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1086] - class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
|
||||
11:35:14.244 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1086] - class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
|
||||
11:35:14.244 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1086] - class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
|
||||
11:35:14.244 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1086] - class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
|
||||
11:35:14.244 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1086] - class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
|
||||
11:35:14.245 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [initConfigurators,1086] - class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
|
||||
11:35:14.245 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1112] - Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
|
||||
11:35:14.249 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1112] - Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
|
||||
11:35:14.252 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1112] - Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
|
||||
11:35:14.254 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1112] - Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
|
||||
11:35:14.256 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1112] - Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
|
||||
11:35:14.258 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1112] - Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
|
||||
11:35:14.260 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsBeforeInit,1112] - Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
|
||||
11:35:15.170 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1119] - Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
|
||||
11:35:15.613 [main] INFO o.f.e.i.ProcessEngineImpl - [<init>,89] - ProcessEngine default created
|
||||
11:35:15.636 [main] INFO o.f.e.i.c.ValidateV5EntitiesCmd - [execute,43] - Total of v5 deployments found: 0
|
||||
11:35:15.647 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1119] - Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
|
||||
11:35:16.587 [main] INFO liquibase.changelog - [log,23] - Reading from hisdev.flw_ev_databasechangelog
|
||||
11:35:16.634 [main] INFO o.f.e.i.EventRegistryEngineImpl - [<init>,53] - EventRegistryEngine default created
|
||||
11:35:16.635 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1119] - Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
|
||||
11:35:16.663 [main] INFO o.f.i.e.i.IdmEngineImpl - [<init>,52] - IdmEngine default created
|
||||
11:35:16.664 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1119] - Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
|
||||
11:35:16.764 [main] INFO liquibase.changelog - [log,23] - Reading from hisdev.act_dmn_databasechangelog
|
||||
11:35:16.793 [main] INFO o.f.d.e.i.DmnEngineImpl - [<init>,55] - DmnEngine default created
|
||||
11:35:16.794 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1119] - Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
|
||||
11:35:16.885 [main] INFO liquibase.changelog - [log,23] - Reading from hisdev.act_fo_databasechangelog
|
||||
11:35:16.896 [main] INFO o.f.f.e.i.FormEngineImpl - [<init>,52] - FormEngine default created
|
||||
11:35:16.897 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1119] - Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
|
||||
11:35:16.901 [main] INFO o.f.c.s.SpringContentEngineConfiguration - [initContentStorage,196] - Content file system root : /root/content
|
||||
11:35:16.969 [main] INFO liquibase.changelog - [log,23] - Reading from hisdev.act_co_databasechangelog
|
||||
11:35:16.978 [main] INFO o.f.c.e.i.ContentEngineImpl - [<init>,48] - ContentEngine default created
|
||||
11:35:16.979 [main] INFO o.f.a.s.SpringAppEngineConfiguration - [configuratorsAfterInit,1119] - Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
|
||||
11:35:17.165 [main] INFO liquibase.changelog - [log,23] - Reading from hisdev.act_cmmn_databasechangelog
|
||||
11:35:17.191 [main] INFO o.f.c.e.i.CmmnEngineImpl - [<init>,72] - CmmnEngine default created
|
||||
11:35:17.254 [main] INFO liquibase.changelog - [log,23] - Reading from hisdev.act_app_databasechangelog
|
||||
11:35:17.262 [main] INFO o.f.a.e.i.AppEngineImpl - [<init>,48] - AppEngine default created
|
||||
11:35:17.431 [main] INFO c.y.l.p.i.CmpAroundAspectBeanProcess - [postProcessAfterInitialization,33] - component[b] has been found
|
||||
11:35:26.072 [main] INFO c.y.l.p.i.CmpAroundAspectBeanProcess - [postProcessAfterInitialization,33] - component[a] has been found
|
||||
11:35:26.175 [main] INFO c.y.l.p.i.CmpAroundAspectBeanProcess - [postProcessAfterInitialization,33] - component[c] has been found
|
||||
11:35:27.908 [main] WARN o.a.v.deprecation - [warnDeprecated,62] - configuration key 'classpath.resource.loader.class' has been deprecated in favor of 'resource.loader.classpath.class'
|
||||
11:35:27.909 [main] WARN o.a.v.deprecation - [warnDeprecated,62] - configuration key 'resource.loader' has been deprecated in favor of 'resource.loaders'
|
||||
11:35:35.163 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1220] - Using default implementation for ThreadExecutor
|
||||
11:35:35.181 [main] INFO o.q.c.SchedulerSignalerImpl - [<init>,61] - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
||||
11:35:35.181 [main] INFO o.q.c.QuartzScheduler - [<init>,229] - Quartz Scheduler v.2.3.2 created.
|
||||
11:35:35.182 [main] INFO o.q.s.RAMJobStore - [initialize,155] - RAMJobStore initialized.
|
||||
11:35:35.182 [main] INFO o.q.c.QuartzScheduler - [initialize,294] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
|
||||
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
|
||||
NOT STARTED.
|
||||
Currently in standby mode.
|
||||
Number of jobs executed: 0
|
||||
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
|
||||
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
|
||||
|
||||
11:35:35.183 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1374] - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
||||
11:35:35.183 [main] INFO o.q.i.StdSchedulerFactory - [instantiate,1378] - Quartz scheduler version: 2.3.2
|
||||
11:35:35.183 [main] INFO o.q.c.QuartzScheduler - [setJobFactory,2293] - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@2fedae96
|
||||
11:35:35.207 [main] DEBUG c.b.m.e.p.i.TenantLineInnerInterceptor - [parserSingle,45] - original SQL: select job_id,
|
||||
job_name,
|
||||
job_group,
|
||||
invoke_target,
|
||||
cron_expression,
|
||||
misfire_policy,
|
||||
concurrent,
|
||||
status,
|
||||
create_by,
|
||||
create_time,
|
||||
remark
|
||||
from sys_job
|
||||
11:35:35.212 [main] DEBUG c.b.m.e.p.i.TenantLineInnerInterceptor - [processParser,85] - SQL to parse, SQL: select job_id,
|
||||
job_name,
|
||||
job_group,
|
||||
invoke_target,
|
||||
cron_expression,
|
||||
misfire_policy,
|
||||
concurrent,
|
||||
status,
|
||||
create_by,
|
||||
create_time,
|
||||
remark
|
||||
from sys_job
|
||||
11:35:35.213 [main] DEBUG c.b.m.e.p.i.TenantLineInnerInterceptor - [processParser,98] - parse the finished SQL: SELECT job_id, job_name, job_group, invoke_target, cron_expression, misfire_policy, concurrent, status, create_by, create_time, remark FROM sys_job
|
||||
11:35:39.574 [main] INFO c.y.l.p.f.FlowParserProvider - [info,193] - flow info loaded from local file,path=config/flow.el.xml
|
||||
11:35:39.789 [main] INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-18082"]
|
||||
11:35:40.681 [main] INFO o.q.c.QuartzScheduler - [start,547] - Scheduler quartzScheduler_$_NON_CLUSTERED started.
|
||||
11:35:40.704 [main] INFO c.o.OpenHisApplication - [logStarted,61] - Started OpenHisApplication in 44.188 seconds (JVM running for 44.893)
|
||||
11:35:40.712 [main] DEBUG c.b.m.a.DdlApplicationRunner - [run,44] - ... DDL start create ...
|
||||
11:35:40.713 [main] DEBUG c.b.m.a.DdlApplicationRunner - [run,53] - ... DDL end create ...
|
||||
|
||||
----------------------------------------------------------
|
||||
Application OpenHis is running! Access URLs:
|
||||
Local: http://localhost:18082/openhis/
|
||||
External: http://127.0.1.1:18082/openhis/
|
||||
----------------------------------------------------------
|
||||
11:35:46.054 [http-nio-18082-exec-1] INFO o.a.c.c.C.[.[.[/openhis] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
||||
Reference in New Issue
Block a user