shish 1 month ago
parent
commit
c68871019e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-hd/controllers/ConsoleController.php

+ 1 - 1
app-hd/controllers/ConsoleController.php

@@ -20,7 +20,7 @@ class ConsoleController extends BaseController
     //总览
     public function actionStat()
     {
-        //不要用缓存!!!
+        //不要用缓存!!!!
 
         $itemList = ItemClass::getAllByCondition(['mainId' => $this->mainId], null, 'id,stock,avCost,cost,virtualStock,delStatus', null, true);
         $totalItemNum = 0;