REQ-3502: 添加日志

This commit is contained in:
yanglin 2025-01-16 15:59:43 +08:00
parent 53ff325af8
commit 38ba80f859

View File

@ -104,6 +104,7 @@ public class WorkflowButtonSyncClientController implements WorkflowButtonSyncCli
String apiUrl = workflowButton.getUrl();
if (apiUrl == null) apiUrl = "";
update.setApiUrl(apiUrl);
update.setUrlConfig(new UrlConfig());
}
messageTemplateButtonV3Dao.updateById(update);
}