|
|
@ -89,7 +89,7 @@ class OrderFinance_model extends CI_Model {
|
|
|
|
from GroupCombineInfo gci
|
|
|
|
from GroupCombineInfo gci
|
|
|
|
inner join BIZ_ConfirmLineInfo coli on gci.GCI_GRI_SN=COLI_GRI_SN and coli.COLI_State NOT IN (30,40,50)
|
|
|
|
inner join BIZ_ConfirmLineInfo coli on gci.GCI_GRI_SN=COLI_GRI_SN and coli.COLI_State NOT IN (30,40,50)
|
|
|
|
inner join BIZ_ConfirmLineDetail cold on cold.COLD_COLI_SN=coli.COLI_SN
|
|
|
|
inner join BIZ_ConfirmLineDetail cold on cold.COLD_COLI_SN=coli.COLI_SN
|
|
|
|
and cold.COLD_ServiceType='D' and cold.DeleteFlag=0 and COLD_PlanVEI_SN in (1343,29188,30548,30016)
|
|
|
|
and cold.COLD_ServiceType='D' and cold.DeleteFlag=0 and COLD_PlanVEI_SN = GCI_VEI_SN
|
|
|
|
left join BIZ_PackageInfo pag on PAG_SN=COLD_ServiceSN
|
|
|
|
left join BIZ_PackageInfo pag on PAG_SN=COLD_ServiceSN
|
|
|
|
left join BIZ_PackageInfoSub pag_sub on pag_sub.PAGS_SN=COLD_ServiceSN2
|
|
|
|
left join BIZ_PackageInfoSub pag_sub on pag_sub.PAGS_SN=COLD_ServiceSN2
|
|
|
|
where gci.GCI_combineNo =?
|
|
|
|
where gci.GCI_combineNo =?
|
|
|
|