Compare commits
2 Commits
dev_js_202
...
858dd35adb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
858dd35adb | ||
|
|
42ee547bae |
@@ -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("状态修改成功");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user