|
|
@@ -84,7 +84,8 @@
|
|
|
seb.corp_source AS corpSource,
|
|
|
seb.ocean_freight_dr AS oceanFreightDr,
|
|
|
seb.ocean_freight_cr AS oceanFreightCr,
|
|
|
- seb.ocean_freight_profit AS oceanFreightProfit
|
|
|
+ seb.ocean_freight_profit AS oceanFreightProfi,
|
|
|
+ seb.box_belongs_to as boxBelongsTo
|
|
|
FROM
|
|
|
los_finance_profit seb
|
|
|
WHERE
|
|
|
@@ -129,9 +130,10 @@
|
|
|
</if>
|
|
|
<if test='data.srcId != null'>
|
|
|
and seb.src_id = #{data.srcId}
|
|
|
+
|
|
|
</if>
|
|
|
- <if test="data.boxbelongsTo != null and data.boxbelongsTo != ''">
|
|
|
- and seb.box_belongs_to = #{data.boxbelongsTo}
|
|
|
+ <if test="data.boxBelongsTo != null and data.boxBelongsTo != ''">
|
|
|
+ and seb.box_belongs_to = #{data.boxBelongsTo}
|
|
|
</if>
|
|
|
<if test='data.examine != null and data.examine != "" and data.examine == "1"'>
|
|
|
and seb.status = 3
|
|
|
@@ -202,7 +204,8 @@
|
|
|
seb.corp_source AS corpSource,
|
|
|
seb.ocean_freight_dr AS oceanFreightDr,
|
|
|
seb.ocean_freight_cr AS oceanFreightCr,
|
|
|
- seb.ocean_freight_profit AS oceanFreightProfit
|
|
|
+ seb.ocean_freight_profit AS oceanFreightProfit,
|
|
|
+ seb.box_belongs_to as boxBelongsTo
|
|
|
FROM
|
|
|
los_finance_profit seb
|
|
|
WHERE
|
|
|
@@ -248,8 +251,8 @@
|
|
|
<if test='data.srcId != null'>
|
|
|
and seb.src_id = #{data.srcId}
|
|
|
</if>
|
|
|
- <if test="data.boxbelongsTo != null and data.boxbelongsTo != ''">
|
|
|
- and seb.box_belongs_to = #{data.boxbelongsTo}
|
|
|
+ <if test="data.boxBelongsTo != null and data.boxBelongsTo != ''">
|
|
|
+ and seb.box_belongs_to = #{data.boxBelongsTo}
|
|
|
</if>
|
|
|
<if test='data.examine != null and data.examine != "" and data.examine == "1"'>
|
|
|
and seb.status = 3
|