From d5396323fd7981e96bd9ca7687da8bfc28fa1c46 Mon Sep 17 00:00:00 2001 From: wulin Date: Wed, 21 Oct 2020 14:35:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lz/modules/performance/controller/FlowStartController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/lz/modules/performance/controller/FlowStartController.java b/src/main/java/com/lz/modules/performance/controller/FlowStartController.java index 94c0c53f..3db5a7da 100644 --- a/src/main/java/com/lz/modules/performance/controller/FlowStartController.java +++ b/src/main/java/com/lz/modules/performance/controller/FlowStartController.java @@ -111,7 +111,7 @@ public class FlowStartController { String[] managerIds = evaluationGroup.getManagerIds().split(","); for (String staffId:managerIds ) { - EvaluationStartStaff evaluationStartStaff = new EvaluationStartStaff();resultTagetLib/save + EvaluationStartStaff evaluationStartStaff = new EvaluationStartStaff(); evaluationStartStaff.setEvaluationId(evaluationGroup.getId()); evaluationStartStaff.setStaffId(Long.getLong(staffId)); evaluationStartStaff.setStaffId(flowStart.getId());