@@ -110,7 +110,7 @@
<dependency>
<groupId>com.mosalc</groupId>
<artifactId>mswebservice</artifactId>
- <version>1.0.0</version>
+ <version>1.0</version>
</dependency>
<groupId>org.apache.axis2</groupId>
@@ -216,7 +216,7 @@
<!-- <password>123456</password>-->
<!-- <targetPackage>com.steerinfo.ems</targetPackage>-->
<!-- <tables>-->
-<!-- <param>ems_prodplan_weight_adjustment</param>-->
+<!-- <param>ZB_VALUE</param>-->
<!-- </tables>-->
<!-- </configuration>-->
<!-- <executions>-->
@@ -7,7 +7,7 @@ import org.springframework.web.bind.annotation.GetMapping;
import java.util.List;
-@FeignClient("xt-ems-datasource")
+@FeignClient(value = "xt-ems-datasource")
@Component
public interface BfhydFeigenService {
@GetMapping("v1/bfhyds/getAll")
@@ -293,7 +293,7 @@ public class SpringCronTask implements SchedulingConfigurer{
// logger.info("定时任务"+taskId+"执行时长:" + (new Date().getTime() - start)/1000 + "秒");
// } else if (taskId.equalsIgnoreCase("107")) { // 电统计(从南瑞到EMS)
// long start = new Date().getTime();
-// emsETimingService.getData();
+// emsETimingSersvice.getData();
// } else if (taskId.equalsIgnoreCase("108")) {
// // 从IF_MES_EMS_WATERMONITOR表获取水质监测数据到T_CM_0318表