|
|
|
|
@ -17,7 +17,7 @@ class OrderFinance_model extends CI_Model {
|
|
|
|
|
coli.COLI_ApplyDate as reservedate
|
|
|
|
|
,coli.COLI_Cost as basemoney
|
|
|
|
|
,ISNULL(coli.COLI_OtherCost,0) as otherCost
|
|
|
|
|
,dbo.ConvertToRMB('USD',ISNULL(coli.COLI_Price,0)) OrderPrice
|
|
|
|
|
,dbo.ConvertToRMB(ISNULL(coli.COLI_Currency,'USD'),ISNULL(coli.COLI_Price,0)) OrderPrice
|
|
|
|
|
,gri.GRI_SN ,gri.GRI_No as TuanName
|
|
|
|
|
,opi.OPI_Name as ChinaName,opi.OPI_SN as operater,opi.OPI_DEI_SN
|
|
|
|
|
,gut.GUT_NationalityID,COI2_Country as country
|
|
|
|
|
|