Authored by linlong

Merge branch 'master' into hotfix_0307

... ... @@ -40,7 +40,7 @@ public class PinYouTask {
/**
* 每天早上6点执行
*/
@Scheduled(cron = "0 0/2 6,8 * * ?")
@Scheduled(cron = "0 0/2 6,7 * * ?")
public void run(){
log.info("begin run pinyoutask");
DynamicStringProperty taskHostPro = DynamicPropertyFactory.getInstance().getStringProperty("union.host", "172.31.16.99");
... ...