shish 3 years ago
parent
commit
9a6a3a279f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      console/controllers/WorkController.php

+ 2 - 0
console/controllers/WorkController.php

@@ -10,6 +10,7 @@ use Yii;
 class WorkController extends Controller
 {
 
+
     public function actionInit()
     {
         GoodsClass::updateByCondition(['id>' => 0], ['stock' => 0]);
@@ -25,4 +26,5 @@ class WorkController extends Controller
         }
     }
 
+
 }