fix
songhuangfeng123
2022-08-11 b42343b1a168cdcc9215b1bec1128ad73901c35e
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 {