|
@ -268,7 +268,7 @@ public class DoctorTeamGuidanceService extends BaseService {
|
|
|
* @return
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
public List getTeamGuidanceList(String doctor, String filter, int teamId, int pageNo, int pageSize) throws Exception {
|
|
|
public List getTeamGuidanceList(String doctor, String filter, Integer teamId, int pageNo, int pageSize) throws Exception {
|
|
|
Sort sort = new Sort(Sort.Direction.DESC, "createTime");
|
|
|
PageRequest request = new PageRequest(pageNo, pageSize, sort);
|
|
|
List list = new ArrayList();
|