From ebae0c1137ba96d38e5b2323577129d2c9ff2e6e Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期四, 22 五月 2025 09:45:59 +0800
Subject: [PATCH] 1、优化配置文件; 2、优化ID生成器代码; 3、修改注释; 4、修改权限初始化时算法; 5、导出Excel文件功能归为一个新类; 6、工站数据库存入验空修改;

---
 pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/PmsPlatformApplication.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/PmsPlatformApplication.java b/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/PmsPlatformApplication.java
index ad0ee13..190706b 100644
--- a/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/PmsPlatformApplication.java
+++ b/pms-parent/pms-web-platform/src/main/java/com/dy/pmsPlatform/PmsPlatformApplication.java
@@ -9,7 +9,7 @@
 @SpringBootApplication
 @EnableAspectJAutoProxy
 @ComponentScan(basePackages = {"com.dy.common", "com.dy.pmsGlobal", "com.dy.pmsPlatform"})
-@MapperScan(basePackages={"com.dy.pmsGlobal.daoBa", "com.dy.pmsGlobal.daoPlt"})
+@MapperScan(basePackages={"com.dy.pmsGlobal.dao*"})
 public class PmsPlatformApplication {
 
     public static void main(String[] args) {

--
Gitblit v1.8.0