|
|
@@ -92,7 +92,6 @@ public class PrescribeController extends AppBaseController {
|
|
|
{
|
|
|
PageHelper.startPage(param.getPageNum(), param.getPageSize());
|
|
|
param.setDoctorId(Long.parseLong(getDoctorId()));
|
|
|
- param.setDoctorDrugId(Long.parseLong(getDoctorId()));
|
|
|
List<FsPrescribeListDVO> list=prescribeService.selectFsPrescribeListDVO(param);
|
|
|
PageInfo<FsPrescribeListDVO> listPageInfo=new PageInfo<>(list);
|
|
|
return R.ok().put("data",listPageInfo);
|