SZH
2022-08-09 e8a368c35fa8c6d65ca09ee023ce490bc11b2ea3
safePlatfrom-out-web/src/main/java/com/gkhy/safePlatform/config/database/MyBatisConfigGoalManage.java
@@ -23,7 +23,7 @@
import java.util.Arrays;
@Configuration
@MapperScan(basePackages = {"com.gkhy.safePlatform.goalManage"},
@MapperScan(basePackages = {"com.gkhy.safePlatform.targetDuty"},
        sqlSessionTemplateRef = "sqlTemplateGoalManage",annotationClass =
        Repository.class)
public class MyBatisConfigGoalManage {