|
@@ -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));
|
|
}
|
|
}
|
|
|
|
|