提交人:陈绍鑫

日期:2025/11/28 15:30
内容:推送公享定时任务v1.1
This commit is contained in:
陈绍鑫 2025-12-30 10:32:14 +08:00
parent a618d7bc48
commit c741554db6
1 changed files with 1 additions and 2 deletions

View File

@ -15,6 +15,7 @@ import kd.bos.orm.query.QFilter;
import kd.bos.servicehelper.BusinessDataServiceHelper;
import kd.bos.servicehelper.QueryServiceHelper;
import kd.bos.servicehelper.operation.SaveServiceHelper;
import kd.tmc.fbp.common.util.EmptyUtil;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.client.utils.URIBuilder;
@ -24,8 +25,6 @@ import org.apache.http.impl.client.CloseableHttpClient;
import org.apache.http.impl.client.HttpClients;
import org.apache.http.util.EntityUtils;
import shkd.sys.sys.mservice.ApiService;
import shkd.sys.sys.plugin.task.SharePushTaskPlugin;
import shkd.sys.sys.utils.EmptyUtil;
import java.io.IOException;
import java.net.URI;