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