shish hace 4 años
padre
commit
7b4f0b70b8
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      app-ghs/controllers/ShopYeChangeController.php

+ 0 - 2
app-ghs/controllers/ShopYeChangeController.php

@@ -16,13 +16,11 @@ class ShopYeChangeController extends BaseController
     {
         $get = Yii::$app->request->get();
         $status = $get['status'] ?? 0;
-        $ptStyle = $get['ptStyle'] ?? dict::getDict('ptStyle', 'ghs');
         $where = [];
         $where['mainId'] = $this->mainId;
         if (!empty($status)) {
             $where['status'] = $status;
         }
-        $where['ptStyle'] = $ptStyle;
         $tx = $get['tx'] ?? 0;
         if (!empty($tx)) {
             $where['tx'] = $tx;