@ -277,7 +277,7 @@ class OrderCreate
$this->exception("请选择正确的收货地址");
}
} elseif(in_array('shopZt', $dispatchTypes)) {
if (!$this->warehouse_id) {
if (empty($this->warehouse_id) && $this->calc_type == 'create') {
$this->exception("请选择正确的自提地址");
} {