shish hace 3 años
padre
commit
951de07e99
Se han modificado 1 ficheros con 0 adiciones y 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();
         $where = [];
-        $where['delStatus'] = 0;
         $mobile = $get['mobile'] ?? '';
         if (!empty($mobile) && stringUtil::isMobile($mobile)) {
             $where['mobile'] = $mobile;