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