From dcd669d0f4fad2e9292ee2ae8b2b55de98b1332c Mon Sep 17 00:00:00 2001
From: liyj <15602261488@163.com>
Date: Tue, 24 Sep 2024 19:03:16 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/gzdyh_test' into gzdyh_test

---
 dyh-service/dyh-mediate/src/main/java/cn/huge/module/client/api/SysClient.java |   22 ++++++++++------------
 1 files changed, 10 insertions(+), 12 deletions(-)

diff --git a/dyh-service/dyh-mediate/src/main/java/cn/huge/module/client/api/SysClient.java b/dyh-service/dyh-mediate/src/main/java/cn/huge/module/client/api/SysClient.java
index 4864ebc..e43b0e8 100644
--- a/dyh-service/dyh-mediate/src/main/java/cn/huge/module/client/api/SysClient.java
+++ b/dyh-service/dyh-mediate/src/main/java/cn/huge/module/client/api/SysClient.java
@@ -39,24 +39,13 @@
     ReturnBO listInfoByOwnerIdList(@RequestBody Map<String, Object> term);
 
     /**
-     * 附件中心-根据多个所属编号查询附件
-     * @url {ctx}/api/v1/fileInfo/listInfoByOwnerIdList?ownerIds=
-     * @param limitTable 表名
-     * @param limitType 时限类型
-     * @return ReturnBO
-     */
-    @GetMapping("/api/client/syTimeLimit/getTimeLimit")
-    ReturnBO getTimeLimit(@RequestParam String limitTable, @RequestParam(value = "limitType") String limitType);
-
-    /**
      * 获取时限
      * @url {ctx}/api/client/syTimeLimit/getExpireTime?ownerIds=
-     * @param computeTime
      * @param limitType
      * @return
      */
     @GetMapping("/api/client/syTimeLimit/getExpireTime")
-    ReturnBO getExpireTime(@RequestParam(value = "computeTime") Date computeTime, @RequestParam(value = "limitType") String limitType);
+    ReturnBO getExpireTime(@RequestParam(value = "limitType") String limitType);
 
     /**
      * 根据条件删除附件关系
@@ -94,4 +83,13 @@
      */
     @PostMapping("/api/client/fileRelate/saveFileRelateList")
     ReturnBO saveFileRelateList(@RequestBody List<FileRelateDTO> fileRelateList);
+
+    /**
+     * 根据父类ID获取区域列表
+     * @url {ctx}/api/web/syRegion/listByParentId
+     * @param parentId 条件
+     * @return Object
+     */
+    @GetMapping("/api/web/syRegion/listByParentId")
+    ReturnBO listByParentId(@RequestParam(value = "parentId") String parentId);
 }

--
Gitblit v1.8.0