From ce72eae7b8ca8c4f188f2fc87f5264ae3be618aa Mon Sep 17 00:00:00 2001 From: wang1 <844966816@qq.com> Date: 星期三, 05 七月 2023 16:43:46 +0800 Subject: [PATCH] 通用流程中去掉流程阶段查询数据 --- Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/controller/CodeKeyAttrRepeatController.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/controller/CodeKeyAttrRepeatController.java b/Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/controller/CodeKeyAttrRepeatController.java index 5dedb32..c675937 100644 --- a/Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/controller/CodeKeyAttrRepeatController.java +++ b/Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/controller/CodeKeyAttrRepeatController.java @@ -51,7 +51,6 @@ private final ICodeKeyAttrRepeatService plCodeKeyattrrepeatService; - CodeKeyAttrRepeatMapper codeKeyattrrepeatMapper; /** -- Gitblit v1.9.3