songhuangfeng123
2022-07-25 66350ce12dba3c2343ed05037c9e3a13750eece5
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 {