From bc9ad01d1ef2666f19f102edbf02c4e3b76386cd Mon Sep 17 00:00:00 2001 From: zhenggl Date: Thu, 4 May 2023 18:03:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=85=E8=A6=81=E5=8F=82=E6=95=B0=E5=88=A4?= =?UTF-8?q?=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../digiwin/athena/app/service/staff/StaffUpdateEAIService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/service/staff/StaffUpdateEAIService.java b/demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/service/staff/StaffUpdateEAIService.java index c792481..8c8aac5 100644 --- a/demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/service/staff/StaffUpdateEAIService.java +++ b/demo-athenaopt_backend/develop/src/main/java/com/digiwin/athena/app/service/staff/StaffUpdateEAIService.java @@ -50,7 +50,7 @@ public class StaffUpdateEAIService extends AbsEAIService { EAIRequest request = new EAIRequest(messageBody); String option = request.getObject("option", String.class); List staffList = request.getObject("wait_register_personnel", StaffUtil.LIST_ENTITY_STAFF); - if (!CollectionUtils.isEmpty(staffList)) { + if (CollectionUtils.isEmpty(staffList)) { throw new DWRuntimeException("必要参数不可为空"); } //界面