删除多余代码

This commit is contained in:
张恒 2023-10-11 16:11:59 +08:00
parent 76f2680694
commit 3d0034ef0d

View File

@ -97,5 +97,4 @@ public class NurseAppLoginController extends BaseController {
List<OrderAndItemVO> appointmentOrderDetails = nurseAppLoginService.selectAppServiceOrderItem(patientId, orderStatus);
return getDataTable(appointmentOrderDetails);
}
}
}