Merge branch 'feature/ordrEnsurOptmz' into release/5.3
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -393,7 +393,7 @@ class CartData | @@ -393,7 +393,7 @@ class CartData | ||
393 | $param['delivery_way'] = $deliveryWay; | 393 | $param['delivery_way'] = $deliveryWay; |
394 | 394 | ||
395 | /* tar add 161130 结算优化 */ | 395 | /* tar add 161130 结算优化 */ |
396 | - if ($times === 2) { | 396 | + if ($times === 2 || $times === '2') { |
397 | $param['is_continue_buy'] = 'Y'; | 397 | $param['is_continue_buy'] = 'Y'; |
398 | } else { | 398 | } else { |
399 | $param['is_continue_buy'] = 'N'; | 399 | $param['is_continue_buy'] = 'N'; |
-
Please register or login to post a comment