@@ -16,7 +16,7 @@ import com.spring4all.swagger.EnableSwagger2Doc;
@SpringBootApplication
@EnableDiscoveryClient
@EnableFeignClients("com.ym.mec")
-@MapperScan("com.ym.mec.web.dal.dao")
+@MapperScan("com.ym.mec.biz.dal.dao")
@ComponentScan(basePackages = "com.ym.mec")
@Configuration
@EnableSwagger2Doc