管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-09-30 74c698fb0f094d7d322cfe6a218cf7c86e82a43f
src/main/java/com/lf/server/controller/data/StyleController.java
@@ -160,7 +160,7 @@
    })
    @ResponseBody
    @PostMapping(value = "/updateStyle", produces = "application/json; charset=UTF-8")
    public ResponseMsg<Integer> updateStyle(StyleEntity styleEntity) {
    public ResponseMsg<Integer> updateStyle(@RequestBody StyleEntity styleEntity) {
        try {
            int count = styleService.updateStyle(styleEntity);