|
@ -907,11 +907,11 @@ public class PrescriptionEndpoint extends EnvelopRestEndpoint {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@PostMapping(value = "test")
|
|
|
/* @PostMapping(value = "test")
|
|
|
@ApiOperation(value = "test", notes = "test")
|
|
|
public Envelop test()throws Exception {
|
|
|
return success(prescriptionService.test());
|
|
|
}
|
|
|
}*/
|
|
|
|
|
|
@PostMapping(value = "test2")
|
|
|
@ApiOperation(value = "test2", notes = "test2")
|