|
|
@ -50,7 +50,7 @@ public class StaffUpdateEAIService extends AbsEAIService { |
|
|
|
EAIRequest request = new EAIRequest(messageBody); |
|
|
|
String option = request.getObject("option", String.class); |
|
|
|
List<StaffEntity> staffList = request.getObject("wait_register_personnel", StaffUtil.LIST_ENTITY_STAFF); |
|
|
|
if (!CollectionUtils.isEmpty(staffList)) { |
|
|
|
if (CollectionUtils.isEmpty(staffList)) { |
|
|
|
throw new DWRuntimeException("必要参数不可为空"); |
|
|
|
} |
|
|
|
//界面 |
|
|
|