修复健康评估弹窗
This commit is contained in:
@ -114,4 +114,9 @@ public class SysCustomerController extends BaseController {
|
||||
}
|
||||
return AjaxResult.success(sysCustomer);
|
||||
}
|
||||
|
||||
@GetMapping("/physicalSigns/{id}")
|
||||
public AjaxResult getPhysicalSignsById(@PathVariable("id") Long id) {
|
||||
return AjaxResult.success(sysCustomerPhysicalSignsService.selectSysCustomerPhysicalSignsByCusId(id));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user