update
This commit is contained in:
parent
250386b2fa
commit
3369921a01
|
@ -19,6 +19,7 @@ import com.ydool.oa.workFlow.data.entity.WorkFlowNotice;
|
|||
import com.ydool.oa.workFlow.service.WorkFlowNoticeService;
|
||||
import com.ydool.system.entity.User;
|
||||
import com.ydool.system.service.impl.UserServiceImpl;
|
||||
import com.ydool.system.wrapper.UserWrapper;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
|
@ -246,7 +247,7 @@ public class MeetingService extends BaseService<MeetingMapper, Meeting> {
|
|||
.lambda()
|
||||
.in(User::getUserName, "沈佳峰", "屠勇", "王焕", "朱宗华", "王孟卓")
|
||||
);
|
||||
return AjaxResult.ok().data(userList);
|
||||
return AjaxResult.ok().data(UserWrapper.INSTANCE.toDto(userList));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue