|
|
@@ -55,6 +55,15 @@
|
|
|
<result column="realAmount_cr_sgd" property="realAmountCrSgd"/>
|
|
|
<result column="realAmount_cr_loc" property="realAmountCrLoc"/>
|
|
|
<result column="amount_profit_loc" property="amountProfitLoc"/>
|
|
|
+
|
|
|
+ <result column="quantity_gp20" property="quantityGp20"/>
|
|
|
+ <result column="quantity_gp40" property="quantityGp40"/>
|
|
|
+ <result column="quantity_hc20" property="quantityHc20"/>
|
|
|
+ <result column="quantity_fr40" property="quantityFr40"/>
|
|
|
+ <result column="quantity_hc40" property="quantityHc40"/>
|
|
|
+ <result column="teu" property="teu"/>
|
|
|
+ <result column="teu_total" property="teuTotal"/>
|
|
|
+ <result column="quantity_cntr_descr" property="quantityCntrDescr"/>
|
|
|
</resultMap>
|
|
|
|
|
|
|
|
|
@@ -113,6 +122,15 @@
|
|
|
seb.real_amount_cr_loc AS realAmountCrLoc,
|
|
|
|
|
|
seb.amount_profit_loc AS amountProfitLoc,
|
|
|
+
|
|
|
+ seb.quantity_gp20 AS quantityGp20,
|
|
|
+ seb.quantity_gp40 AS quantityGp40,
|
|
|
+ seb.quantity_hc20 AS quantityHc20,
|
|
|
+ seb.quantity_fr40 AS quantityFr40,
|
|
|
+ seb.quantity_hc40 AS quantityHc40,
|
|
|
+ seb.teu AS teu,
|
|
|
+ seb.teu_total AS teuTotal,
|
|
|
+ seb.quantity_cntr_descr AS quantityCntrDescr,
|
|
|
seb.branch_name as branchId,
|
|
|
seb.corp_source AS corpSource,
|
|
|
seb.ocean_freight_dr AS oceanFreightDr,
|
|
|
@@ -257,6 +275,15 @@
|
|
|
seb.real_amount_cr_loc AS realAmountCrLoc,
|
|
|
|
|
|
seb.amount_profit_loc AS amountProfitLoc,
|
|
|
+
|
|
|
+ seb.quantity_gp20 AS quantityGp20,
|
|
|
+ seb.quantity_gp40 AS quantityGp40,
|
|
|
+ seb.quantity_hc20 AS quantityHc20,
|
|
|
+ seb.quantity_fr40 AS quantityFr40,
|
|
|
+ seb.quantity_hc40 AS quantityHc40,
|
|
|
+ seb.teu AS teu,
|
|
|
+ seb.teu_total AS teuTotal,
|
|
|
+ seb.quantity_cntr_descr AS quantityCntrDescr,
|
|
|
seb.branch_name as branchId,
|
|
|
seb.corp_source AS corpSource,
|
|
|
seb.ocean_freight_dr AS oceanFreightDr,
|