$orderId, 'uniacid' => UNIACID ])->field([ 'mobile', 'city_name', 'province_name', 'district_name', 'address', 'consignee' ])->find(); return $address ? $address->toArray() : null; } }