diff --git a/src/main/java/com/yuyou/openapi/openapi/task/ABDownTask.java b/src/main/java/com/yuyou/openapi/openapi/task/ABDownTask.java index 4ed5b5a..57ef8d3 100644 --- a/src/main/java/com/yuyou/openapi/openapi/task/ABDownTask.java +++ b/src/main/java/com/yuyou/openapi/openapi/task/ABDownTask.java @@ -544,7 +544,7 @@ public class ABDownTask { } collect.forEach( // FIXME: 2020/8/12 0012 可能会造成更新失败,检查更新语句 - each -> abMessageService.updateSendPDSatus(Long.valueOf(each.getRecId()), Boolean.TRUE) + each -> abMessageService.updateSendHeXXSatus(Long.valueOf(each.getRecId()), Boolean.TRUE) ); return Boolean.TRUE; } diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 59d39e2..46141e7 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,6 @@ spring: profiles: - active: dev + active: prod # 序列化忽略null的k-v配置 jackson: default-property-inclusion: non_null @@ -50,7 +50,7 @@ ab: secretKey: fee2824fb2e0d1f166084cb66fc9d391 hexx: appId: 9067cf8713cb5518 - url: https://apitest.hexiaoxiang.com/managerportal/clue + url: https://api.hexiaoxiang.com/managerportal/clue secretKey: c0990e72836828ab wxfans: url: https://api.wooxin.cn/tketong/ diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index afa4c7b..77e8fb7 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -37,7 +37,7 @@ - - + + \ No newline at end of file