医案收集标签
This commit is contained in:
@@ -134,8 +134,8 @@ public class MedicalRecordsController {
|
|||||||
return R.ok();
|
return R.ok();
|
||||||
}
|
}
|
||||||
|
|
||||||
@RequestMapping("/unbindCourseAndMedical")
|
@RequestMapping("/unbindMedicalRecordsAndLabel")
|
||||||
public R unbindCourseAndMedical(@RequestBody MedicalRecordsToLabel toLabel){
|
public R unbindMedicalRecordsAndLabel(@RequestBody MedicalRecordsToLabel toLabel){
|
||||||
boolean b = toLabelService.removeById(toLabel.getId());
|
boolean b = toLabelService.removeById(toLabel.getId());
|
||||||
if(b){
|
if(b){
|
||||||
return R.ok();
|
return R.ok();
|
||||||
@@ -144,8 +144,8 @@ public class MedicalRecordsController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@RequestMapping("/updateCourseToMedicalSort")
|
@RequestMapping("/updateMedicalRecordsToLabelSort")
|
||||||
public R updateCourseToMedicalSort(@RequestBody MedicalRecordsToLabel toLabel){
|
public R updateMedicalRecordsToLabelSort(@RequestBody MedicalRecordsToLabel toLabel){
|
||||||
toLabelService.updateById(toLabel);
|
toLabelService.updateById(toLabel);
|
||||||
return R.ok();
|
return R.ok();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user