From 391c534a5ed0a07f8e9feb2ddaf14cfed070300d Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期四, 02 十一月 2023 20:40:06 +0800 Subject: [PATCH] 提交配置信息 --- igds-manager/src/main/java/com/ld/igds/oa/view/DeptDevicePR.java | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/igds-manager/src/main/java/com/ld/igds/oa/view/DeptDevicePR.java b/igds-manager/src/main/java/com/ld/igds/oa/view/DeptDevicePR.java index 9060343..713a4e7 100644 --- a/igds-manager/src/main/java/com/ld/igds/oa/view/DeptDevicePR.java +++ b/igds-manager/src/main/java/com/ld/igds/oa/view/DeptDevicePR.java @@ -75,6 +75,17 @@ } /** + * deptDevicePR#listCheck + * + * @param param + * @throws Exception + */ + @DataProvider + public void listCheck(Map<String, Object> param) throws Exception { + deptDeviceService.listCheck(param); + } + + /** * deptDevicePR#delCheck * * @param data -- Gitblit v1.9.3