From b90c2cdf87b93c25bcadd22f6b2c691e550250a1 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期一, 16 六月 2025 09:10:09 +0800 Subject: [PATCH] 去除多余代码 --- lxzn-module-dnc/src/main/java/org/jeecg/modules/dncFlow/service/IDispatchFileService.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/lxzn-module-dnc/src/main/java/org/jeecg/modules/dncFlow/service/IDispatchFileService.java b/lxzn-module-dnc/src/main/java/org/jeecg/modules/dncFlow/service/IDispatchFileService.java index 0068598..7246401 100644 --- a/lxzn-module-dnc/src/main/java/org/jeecg/modules/dncFlow/service/IDispatchFileService.java +++ b/lxzn-module-dnc/src/main/java/org/jeecg/modules/dncFlow/service/IDispatchFileService.java @@ -23,6 +23,13 @@ Result<?> saveDispatchFile(DispatchFile dispatchFile); /** + * 鏂囦欢鏌ヨ瀹$娴佺▼ + * @param attributionId,attributionType,docId + * @return + */ + Result<?> queryDispatchDocFile(String attributionId, String attributionType, String docId); + + /** * 閲嶆柊鍚姩 * @param dispatchFileFlowTaskVo */ -- Gitblit v1.9.3