Merge branch 'feature/trippest'

hotfix/远程访问多媒体中心
lyt 6 years ago
commit d8b1a6a738

@ -71,8 +71,12 @@ class Vendor_money_model extends CI_Model {
) )
and CGI_Checked=1 and CGI_Checked=1
and GRI_OrderType=227002 and GRI_OrderType=227002
and exists (
and COLI_sourcetype=$sourcetype select 1 from BIZ_ConfirmLineDetail where COLD_COLI_SN=coli.COLI_SN
and DeleteFlag=0
and COLD_PlanVEI_SN=$vendor
)
-- and COLI_sourcetype=$sourcetype
) as cgi_group ) as cgi_group
) as sum_opi ) as sum_opi
group by sum_opi.COLI_OPI_ID group by sum_opi.COLI_OPI_ID

Loading…
Cancel
Save