@@ -38,6 +38,7 @@ public class SpecialNursingPlanItemController {
@PostMapping("/execute")
@Operation(summary = "执行特殊照护计划")
@TenantIgnore
+ @PermitAll
public CommonResult<Boolean> execute(@Valid @RequestBody SpecialNursingPlanItemExecuteReqVO executeReqVO) {
specialNursingPlanItemService.executePlan(executeReqVO);
return success(true);
@@ -6,7 +6,7 @@
resultType="cn.iocoder.yudao.module.system.controller.admin.nursing.vo.ElderlySpecialNursingLogRespVO">
SELECT
log.id,
- log.speical_plan_item_id AS speicalPlanItemId,
+ log.special_plan_item_id AS specialPlanItemId,
log.elder_id AS elderId,
ei.elder_name AS elderName,
ei.bed_name AS bedName,