|
@@ -114,7 +114,7 @@ public class UserLogic {
|
|
|
*/
|
|
|
public IPage<UserVO> page2(WorkerParamBean userZfireParamBean) {
|
|
|
AdminUserCom adminUser = commonLogic.getAdminUser();
|
|
|
- Boolean isWait = false;
|
|
|
+ boolean isWait = false;
|
|
|
if (CollectionUtils.isNotEmpty(userZfireParamBean.getParams())) {
|
|
|
final long count = userZfireParamBean.getParams().stream()
|
|
|
.filter(v -> v.getParam().equals("b.examine_status") && v.getValue().equals(ExamineStatusEnum.WAIT.getKey()))
|