更新河小象逻辑

master
土豆兄弟 4 years ago
parent 8c285593af
commit 9459da864d

@ -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;
}

@ -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/

@ -37,7 +37,7 @@
<root level="INFO">
<!-- TODO prod 环境去掉std -->
<appender-ref ref="stdAppender"/>
<!--<appender-ref ref="fileAppender"/>-->
<!--<appender-ref ref="stdAppender"/>-->
<appender-ref ref="fileAppender"/>
</root>
</configuration>
Loading…
Cancel
Save