zxz 4 år sedan
förälder
incheckning
20a43ba549

+ 2 - 2
winsea-haixin-plugin-yiliangyiyun/src/main/java/com/yh/saas/plugin/yiliangyiyun/controller/TranProcessInfoController.java

@@ -62,8 +62,8 @@ public class TranProcessInfoController {
      * 更改反馈状态
      */
     @PostMapping("/api/editFeedbackStatus")
-    public String editFeedbackStatus(@RequestBody String id){
-        return tranProcessInfoService.editFeedbackStatus(id);
+    public String editFeedbackStatus(@RequestBody TranProcessInfo tranProcessInfo){
+        return tranProcessInfoService.editFeedbackStatus(tranProcessInfo.getId());
     }