|
|
@@ -192,7 +192,7 @@ class NoticeController extends PublicController
|
|
|
Yii::$app->redis->executeCommand('SETEX', [$key, 86400, '1']);
|
|
|
}
|
|
|
} else {
|
|
|
- //标记当天发快递方式已收一次包装费,岭南批发市场用的功能
|
|
|
+ //标记当天发快递方式已收一次包装费,岭南批发市场用的功能,关键词 sh_method_area
|
|
|
$customId = $cg->customId ?? 0;
|
|
|
$current = date("Y_m_d");
|
|
|
if ($cg->packCost > 0) {
|
|
|
@@ -416,7 +416,7 @@ class NoticeController extends PublicController
|
|
|
Yii::$app->redis->executeCommand('SETEX', [$key, 86400, '1']);
|
|
|
}
|
|
|
} else {
|
|
|
- //标记当天发快递方式已收一次包装费,岭南批发市场用的功能
|
|
|
+ //标记当天发快递方式已收一次包装费,岭南批发市场用的功能,关键词 sh_method_area
|
|
|
$customId = $cg->customId ?? 0;
|
|
|
$current = date("Y_m_d");
|
|
|
if ($cg->packCost > 0) {
|
|
|
@@ -588,7 +588,7 @@ class NoticeController extends PublicController
|
|
|
}
|
|
|
} else {
|
|
|
|
|
|
- //标记当天发快递方式已收一次包装费,岭南批发市场用的功能
|
|
|
+ //标记当天发快递方式已收一次包装费,岭南批发市场用的功能,关键词 sh_method_area
|
|
|
$customId = $cg->customId ?? 0;
|
|
|
$current = date("Y_m_d");
|
|
|
if ($cg->packCost > 0) {
|
|
|
@@ -850,7 +850,7 @@ class NoticeController extends PublicController
|
|
|
}
|
|
|
} else {
|
|
|
if (isset($cg->sendType) && $cg->sendType == 4) {
|
|
|
- //标记当天发快递方式已收一次包装费,岭南批发市场用的功能
|
|
|
+ //标记当天发快递方式已收一次包装费,岭南批发市场用的功能,关键词 sh_method_area
|
|
|
$customId = $cg->customId ?? 0;
|
|
|
$current = date("Y_m_d");
|
|
|
$key = 'ghs_custom_today_has_get_pack_cost_' . $current . '_' . $customId;
|