xdd 2 周之前
父节点
当前提交
dcefb709f8
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      fs-admin/src/main/java/com/fs/store/controller/FsPrescribeController.java

+ 0 - 1
fs-admin/src/main/java/com/fs/store/controller/FsPrescribeController.java

@@ -94,7 +94,6 @@ public class FsPrescribeController extends BaseController
     @PutMapping
     @PutMapping
     public AjaxResult edit(@RequestBody FsPrescribe fsPrescribe)
     public AjaxResult edit(@RequestBody FsPrescribe fsPrescribe)
     {
     {
-        fsPrescribe.setStatus(1);
         return toAjax(fsPrescribeService.updateFsPrescribe(fsPrescribe));
         return toAjax(fsPrescribeService.updateFsPrescribe(fsPrescribe));
     }
     }