|
@@ -279,7 +279,7 @@ public class OmsPortalOrderServiceImpl implements OmsPortalOrderService {
|
|
|
order.setFreightAmount(new BigDecimal(0));
|
|
|
order.setPromotionAmount(calcPromotionAmount(orderItemList));
|
|
|
order.setPromotionInfo(getOrderPromotionInfo(orderItemList));
|
|
|
- order.setPlatformType(orderParam.getPlatformType() == null?"STUDENT":orderParam.getPlatformType());
|
|
|
+ order.setPlatformType(StringUtil.isEmpty(orderParam.getPlatformType())?"STUDENT":orderParam.getPlatformType());
|
|
|
if (StringUtil.isEmpty(orderParam.getCouponId())) {
|
|
|
order.setCouponAmount(new BigDecimal(0));
|
|
|
} else {
|