shish 4 months ago
parent
commit
00a8def69f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-mall/controllers/HdController.php

+ 1 - 1
app-mall/controllers/HdController.php

@@ -26,7 +26,7 @@ class HdController extends BaseController
         if ($hd['userId'] != $this->userId) {
             util::fail('不是你的店');
         }
-        $hd->deStatus = 1;
+        $hd->delStatus = 1;
         $hd->save();
         util::complete('删除成功');
     }