|
|
@@ -76,6 +76,10 @@ class OrderClearClass extends BaseClass
|
|
|
|
|
|
$orderSn = orderSn::getPurchaseClearSn();
|
|
|
$deadline = date("Y-m-d H:i:s", time() + 24 * 60 * 60);
|
|
|
+ //天天鲜花12小时之后
|
|
|
+ if ($ghsShopId == 763 || $ghsShopId == 795 || $ghsShopId == 1405) {
|
|
|
+ $deadline = date("Y-m-d H:i:s", time() + 12 * 60 * 60);
|
|
|
+ }
|
|
|
//惠雅鲜花的店结账单过期时间设置为30天之后
|
|
|
if ($ghsShopId == 520 || $ghsShopId == 1489 || $ghsShopId == 2164 || $ghsShopId == 2167) {
|
|
|
$deadline = date("Y-m-d H:i:s", time() + 30 * 24 * 60 * 60);
|