]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Изменение логики работы задачи
authorfomichev <vladimir.fomichev@erp-flowers.ru>
Wed, 2 Jul 2025 10:12:21 +0000 (13:12 +0300)
committerfomichev <vladimir.fomichev@erp-flowers.ru>
Wed, 2 Jul 2025 10:12:21 +0000 (13:12 +0300)
erp24/controllers/CategoryPlanController.php

index 65492e808d7d5c64772ffa9b8e37f14e7fa97131..e4b8d84659ff1bd17e4f27285d84711a478a5da1 100644 (file)
@@ -645,7 +645,7 @@ class CategoryPlanController extends Controller {
                 return $this->asJson(['status' => 'not_found']);
             }
         }
-        Yii::$app->cache->delete('apRecalculateTask');
+       // Yii::$app->cache->delete('apRecalculateTask');
         return $this->asJson([
             'status'   => $task['status'],
             'progress' => $task['progress'] ?? 0,