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

Merge branch 'feature-licancan' into 'develop'

商险定时任务调试代码回退

See merge request fangxinjiang/yifu!123
parents caee6093 41bf57b5
......@@ -30,8 +30,6 @@ 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