Explorar o código

区域运营商分账比例

qin hai 1 ano
pai
achega
3d35fd18f1

+ 1 - 1
src/main/java/com/poteviohealth/ym/ipos/YmIposApplication.java

@@ -17,7 +17,7 @@ import org.springframework.context.annotation.ComponentScan;
 		"com.poteviohealth.cgp.common.integrated.customer","com.poteviohealth.cgp.common.integrated.order"})
 @EnableConfigurationProperties
 @SpringBootApplication(exclude={DataSourceAutoConfiguration.class})
-@ComponentScan(value = {"com.poteviohealth.ym"})
+@ComponentScan(value = {"com.poteviohealth.ym","com.poteviohealth.cgp"})
 public class YmIposApplication {
 
 	public static void main(String[] args) {