|
@ -1715,8 +1715,6 @@ public class PrescriptionEndpoint extends EnvelopRestEndpoint {
|
|
|
List<BaseCityDO> baseCitys = baseCityService.search(fields, filters, sorts);
|
|
|
return success(baseCitys, BaseCityVO.class);
|
|
|
}
|
|
|
|
|
|
|
|
|
/**
|
|
|
* 获取诊间支付url
|
|
|
* @param prescriptionId
|
|
@ -1734,6 +1732,4 @@ public class PrescriptionEndpoint extends EnvelopRestEndpoint {
|
|
|
return ObjEnvelop.getError(e.getMessage());
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
}
|