|
@ -266,7 +266,7 @@ public class RehabilitationPlanController extends EnvelopRestEndpoint {
|
|
|
@ApiParam(name = "abortReason", value = "中止原因", required = true)
|
|
|
@RequestParam(value = "abortReason", required = false)String abortReason){
|
|
|
try {
|
|
|
if(StringUtils.isEmpty(abortReason)){
|
|
|
if(status!=0){
|
|
|
return rehabilitationPlanService.updatePlanStatusById(status,planId);
|
|
|
}else {
|
|
|
return rehabilitationPlanService.abortPlanById(planId,abortReason);
|
|
@ -313,8 +313,8 @@ public class RehabilitationPlanController extends EnvelopRestEndpoint {
|
|
|
tracer.getCurrentSpan().logEvent(e.getMessage());
|
|
|
return Envelop.getError(e.getMessage());
|
|
|
}
|
|
|
}*/
|
|
|
}
|
|
|
}*/
|
|
|
|
|
|
|
|
|
/**
|