一日游列表排除重复产品(翰特读取的产品排除已经搬迁到信息平台的。)

hotfix/paypal-note
赵鹏 4 years ago
parent 21bdb1b426
commit 3deafac79e

@ -172,6 +172,18 @@ class Api_model extends CI_Model {
WHERE (p2.PAG2_LGC = 104) WHERE (p2.PAG2_LGC = 104)
AND (p1.pag_dei_sn = 17) AND (p1.pag_dei_sn = 17)
AND (p2.PAG2_Check = 2) AND (p2.PAG2_Check = 2)
AND (PAG_Code not in(
SELECT convert(varchar(100),(
SELECT TOP 1 im_value
FROM infoMetas
WHERE im_key = 'meta_product_code'
AND im_ic_id = ic_id
)) AS code
FROM dbo.infoContents
INNER JOIN infoStructures ON ic_id = is_ic_id
WHERE is_sitecode = 'chinatravel'".$whereInfo."
AND ic_status = 1
))
AND (isnull(P1.DeleteFlag,0) <>1) ".$whereHT." AND (isnull(P1.DeleteFlag,0) <>1) ".$whereHT."
) Tmp ) Tmp
@ -186,7 +198,7 @@ class Api_model extends CI_Model {
FROM dbo.infoContents FROM dbo.infoContents
inner join infoStructures on ic_id=is_ic_id inner join infoStructures on ic_id=is_ic_id
WHERE is_sitecode='chinatravel' ".$whereInfo." WHERE is_sitecode='chinatravel' ".$whereInfo."
--and ic_status=1 and ic_status=1
) as t ) as t
) tball ) tball
where 1=1 where 1=1

Loading…
Cancel
Save