sbj 2 місяців тому
батько
коміт
0e5f5cabd2

+ 1 - 1
src/main/java/com/shcd/conf/XxlJobConfig.java

@@ -13,7 +13,7 @@ import org.springframework.context.annotation.Configuration;
  * @Date: 2021/6/29 14:10
  */
 @Slf4j
-@Configuration
+//@Configuration
 @ComponentScan(basePackages = "com.shcd.scheduling")
 public class XxlJobConfig {
 

+ 1 - 2
src/main/java/com/shcd/controller/ShorePowerController.java

@@ -204,8 +204,7 @@ public class ShorePowerController {
       String deviceId = (String) map.get("deviceId");
       String page = (String) map.get("current");
       String limit = (String) map.get("size");
-      String result = executeDeviceInfoNewUrl(portId, platformId, operatorId, deviceId, page,
-          limit);
+      String result = executeDeviceInfoNewUrl(portId, platformId, operatorId, deviceId, page, limit);
       log.info("长航 - 设备信息设备查询接口调用成功! ===>返回结果:{}",
           JSONObject.toJSONString(result));
       JSONObject jsonObject = JSONObject.parseObject(result);

+ 2 - 2
src/main/java/com/shcd/entity/ShorePowerBerthInfoNew.java

@@ -9,9 +9,9 @@ import lombok.Data;
 @TableName("GHJG_PORT_MANAGE.SHORE_POWER_BERTH_INFO_NEW")
 public class ShorePowerBerthInfoNew {
 
-  @TableField("id")
+  @TableId("id")
   String id;
-  @TableId("BERTHID")
+  @TableField("BERTHID")
   String berthId;
   @TableField("PORTID")
   String portId;