|
@ -153,7 +153,7 @@ public class PrescriptionController extends BaseController{
|
|
|
}
|
|
|
|
|
|
@RequestMapping(value = "saveRecipe",method = RequestMethod.POST)
|
|
|
@ApiOperation("挂号开处方接口")
|
|
|
@ApiOperation("挂号开处方接口,调整处方接口")
|
|
|
public Result saveRecipe(@ApiParam(name="prescriptionCode",value="续方code",defaultValue = "123")
|
|
|
@RequestParam(value = "prescriptionCode",required = true) String prescriptionCode)
|
|
|
{
|