保养方案状态变更修改

This commit is contained in:
shih
2026-03-25 17:35:12 +08:00
parent 2731903d46
commit 42ee547bae

View File

@@ -32,7 +32,7 @@ public class ByglController extends BaseController {
return BaseWebResult.error(FrameErrorCodeConstants.FRAME_OP_ERROR); return BaseWebResult.error(FrameErrorCodeConstants.FRAME_OP_ERROR);
} }
byglByfaService.changeFaState(id, state); byglByfaService.changeFaState(id, state);
return BaseWebResult.success("成功"); return BaseWebResult.success("状态修改成功");
} }