SZH
2022-08-11 b13227fa444e821fb4d9ee52bcc86746925fb6e8
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 {