Authored by 郭成尧

if-stronger

... ... @@ -393,7 +393,7 @@ class CartData
$param['delivery_way'] = $deliveryWay;
/* tar add 161130 结算优化 */
if ($times === 2) {
if ($times === 2 || $times === '2') {
$param['is_continue_buy'] = 'Y';
} else {
$param['is_continue_buy'] = 'N';
... ...