From 585f64b2f59b6c0dc29176d69ae9c751f2695c26 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Fri, 20 Dec 2024 14:55:42 +0800 Subject: [PATCH] =?UTF-8?q?refactor(store):=20=E7=A7=BB=E9=99=A4=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=BA=93=E5=AD=98=E7=AE=A1=E7=90=86=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E5=85=A5=E5=BA=93=E6=93=8D=E4=BD=9C=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了 SystemStoreStorageController 类中的临时禁用入库操作代码 - 恢复了入库操作的功能,使其可以正常处理库存更新请求 --- .../system_store_storage/SystemStoreStorageController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/store/controller/system_store_storage/SystemStoreStorageController.php b/app/store/controller/system_store_storage/SystemStoreStorageController.php index f50a30d09..9acddf095 100644 --- a/app/store/controller/system_store_storage/SystemStoreStorageController.php +++ b/app/store/controller/system_store_storage/SystemStoreStorageController.php @@ -34,8 +34,6 @@ class SystemStoreStorageController extends BaseAdminController public function edit() { - return $this->fail('暂不支持入库操作'); - $id = $this->request->post('id',0); if($id==0){ return $this->fail('参数错误');