|
@@ -195,6 +195,8 @@
|
|
|
p.freight_price AS freightPrice,
|
|
|
p.freight_advance AS freightAdvance,
|
|
|
p.goods_name AS goodsName,
|
|
|
+ p.goods_type_key as goodsTypeKey,
|
|
|
+ p.goods_type as goodsType,
|
|
|
p.car_length_small AS carLengthSmall,
|
|
|
p.car_length AS carLength,
|
|
|
p.load_weight_small AS loadWeightSmall,
|
|
@@ -272,6 +274,8 @@
|
|
|
p.freight_price AS freightPrice,
|
|
|
p.freight_advance AS freightAdvance,
|
|
|
p.goods_name AS goodsName,
|
|
|
+ p.goods_type_key as goodsTypeKey,
|
|
|
+ p.goods_type as goodsType,
|
|
|
p.car_length_small AS carLengthSmall,
|
|
|
p.car_length AS carLength,
|
|
|
p.load_weight_small AS loadWeightSmall,
|
|
@@ -361,6 +365,8 @@
|
|
|
p.freight_price AS freightPrice,
|
|
|
p.freight_advance AS freightAdvance,
|
|
|
p.goods_name AS goodsName,
|
|
|
+ p.goods_type_key as goodsTypeKey,
|
|
|
+ p.goods_type as goodsType,
|
|
|
p.car_length_small AS carLengthSmall,
|
|
|
p.car_length AS carLength,
|
|
|
p.load_weight_small AS loadWeightSmall,
|
|
@@ -449,6 +455,8 @@
|
|
|
p.freight_price AS freightPrice,
|
|
|
p.freight_advance AS freightAdvance,
|
|
|
p.goods_name AS goodsName,
|
|
|
+ p.goods_type_key as goodsTypeKey,
|
|
|
+ p.goods_type as goodsType,
|
|
|
p.car_length_small AS carLengthSmall,
|
|
|
p.car_length AS carLength,
|
|
|
p.load_weight_small AS loadWeightSmall,
|
|
@@ -526,6 +534,8 @@
|
|
|
p.freight_price AS freightPrice,
|
|
|
p.freight_advance AS freightAdvance,
|
|
|
p.goods_name AS goodsName,
|
|
|
+ p.goods_type_key as goodsTypeKey,
|
|
|
+ p.goods_type as goodsType,
|
|
|
p.car_length_small AS carLengthSmall,
|
|
|
p.car_length AS carLength,
|
|
|
p.load_weight_small AS loadWeightSmall,
|
|
@@ -611,6 +621,8 @@
|
|
|
p.freight_price AS freightPrice,
|
|
|
p.freight_advance AS freightAdvance,
|
|
|
p.goods_name AS goodsName,
|
|
|
+ p.goods_type_key as goodsTypeKey,
|
|
|
+ p.goods_type as goodsType,
|
|
|
p.car_length_small AS carLengthSmall,
|
|
|
p.car_length AS carLength,
|
|
|
p.load_weight_small AS loadWeightSmall,
|