|
|
@@ -131,7 +131,7 @@
|
|
|
(ifon.no_costs_premiums,0)),2) as "entranceAllFee",
|
|
|
ROUND(sum(IFNULL(jq_export_other_costs_premiums,0) + IFNULL(jq_export_supervise_costs_premiums,0)
|
|
|
+IFNULL(sy_export_other_costs_premiums,0) +IFNULL(sy_export_supervise_costs_premiums,0)
|
|
|
- +IFNULL(no_export_supervise_costs_premiums,0)+IFNULL(no_export_supervise_costs_premiums,0) ),2) as
|
|
|
+ +IFNULL(no_export_other_costs_premiums,0)+IFNULL(no_export_supervise_costs_premiums,0) ),2) as
|
|
|
"exportAllFee"
|
|
|
from ins_area_company iac
|
|
|
left join ins_orders io on iac.orderno = io.orderno
|