扩展兼容接口,支持HTTPS接口

This commit is contained in:
648540858
2023-07-20 17:18:11 +08:00
parent cb24ce13da
commit a39ac45bcc
2 changed files with 7 additions and 1 deletions

View File

@@ -239,7 +239,7 @@ public class NotifyRequestForCatalogProcessor extends SIPRequestProcessorParent
}
private void executeSave(){
System.out.println("定时存储数据");
executeSaveForAdd();
executeSaveForUpdate();
executeSaveForDelete();
executeSaveForOnline();