shish 4 luni în urmă
părinte
comite
00a8def69f
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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) {
         if ($hd['userId'] != $this->userId) {
             util::fail('不是你的店');
             util::fail('不是你的店');
         }
         }
-        $hd->deStatus = 1;
+        $hd->delStatus = 1;
         $hd->save();
         $hd->save();
         util::complete('删除成功');
         util::complete('删除成功');
     }
     }