|
@@ -235,10 +235,6 @@ public class ChannelOrderMgrController extends BaseApiController {
|
|
|
}
|
|
|
|
|
|
Integer deliveryType = shipParam.getDeliveryType();
|
|
|
- if (null == deliveryType) {
|
|
|
- deliveryType = 1;
|
|
|
- }
|
|
|
-
|
|
|
if (DeliverTypeEnum.DELIVER.getValue().equals(deliveryType)) {
|
|
|
if (Objects.isNull(shipParam.getDeliveryId())) {
|
|
|
return AjaxResult.error("快递公司不能为空");
|