From 28f6317f7189d5c4a7e64f57dd6c7fc2011f8632 Mon Sep 17 00:00:00 2001 From: Fancy <Fancy.fx@outlook.com> Date: 星期二, 07 一月 2025 15:41:46 +0800 Subject: [PATCH] attend user --- pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/PmsOtherApplication.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/PmsOtherApplication.java b/pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/PmsOtherApplication.java index e495a22..7dc4e94 100644 --- a/pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/PmsOtherApplication.java +++ b/pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/PmsOtherApplication.java @@ -9,7 +9,7 @@ @SpringBootApplication @EnableAspectJAutoProxy @ComponentScan(basePackages = {"com.dy.common", "com.dy.pmsGlobal", "com.dy.pmsOther"}) -@MapperScan(basePackages={"com.dy.pmsGlobal.daoBa", "com.dy.pmsGlobal.daoOth"}) +@MapperScan(basePackages={"com.dy.pmsGlobal.dao*"}) public class PmsOtherApplication { public static void main(String[] args) { -- Gitblit v1.8.0