shish %!s(int64=3) %!d(string=hai) anos
pai
achega
951de07e99
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      app-pt/controllers/ShopAdminController.php

+ 0 - 1
app-pt/controllers/ShopAdminController.php

@@ -22,7 +22,6 @@ class ShopAdminController extends BaseController
     {
     {
         $get = Yii::$app->request->get();
         $get = Yii::$app->request->get();
         $where = [];
         $where = [];
-        $where['delStatus'] = 0;
         $mobile = $get['mobile'] ?? '';
         $mobile = $get['mobile'] ?? '';
         if (!empty($mobile) && stringUtil::isMobile($mobile)) {
         if (!empty($mobile) && stringUtil::isMobile($mobile)) {
             $where['mobile'] = $mobile;
             $where['mobile'] = $mobile;