Commit caee6093 authored by 李灿灿's avatar 李灿灿

Merge branch 'feature-licancan' into 'develop'

商险定时任务调试

See merge request fangxinjiang/yifu!122
parents 73ec2615 e667b5f9
......@@ -30,6 +30,8 @@ public class UpdateOverdueTask {
*/
public void updateOverdueTask() throws Exception {
log.info("-------------更新商险到期-定时任务开始------------");
log.info(daprInsurancesProperties.getAppUrl());
log.info(daprInsurancesProperties.getAppId());
HttpDaprUtil.invokeMethodPost(daprInsurancesProperties.getAppUrl(),daprInsurancesProperties.getAppId(),"/insuranceDetail/inner/updateOverdueByTask","", Void.class, SecurityConstants.FROM_IN);
log.info("------------更新商险到期-定时任务结束------------");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment