shish пре 3 недеља
родитељ
комит
ef75d00a4d
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      app-hd/controllers/PurchaseController.php

+ 2 - 0
app-hd/controllers/PurchaseController.php

@@ -957,8 +957,10 @@ class PurchaseController extends BaseController
                         Yii::$app->redis->executeCommand('SETEX', [$key, 86400, '1']);
                     }
                 }
+                noticeUtil::push("运费:" . $info->sendCost . ' sendType:' . $info->sendType, '15280215347');
                 if ($info->sendCost > 0) {
                     if (isset($info->sendType) && $info->sendType == 0) {
+                        noticeUtil::push("执行到了", '15280215347');
                         $sendKey = 'ghs_custom_today_has_get_send_cost_' . $current . '_' . $customId;
                         Yii::$app->redis->executeCommand('SETEX', [$sendKey, 86400, '1']);
                     }