添加多个站点日志分析

ct-mobile-first
ycc 5 years ago
parent 9f0e9b1baf
commit 600f49c7f7

@ -55,7 +55,7 @@ class wwwlogs_model extends CI_Model {
$sql .= "
COLI_SN,COLI_ID, COLI_WebCode,COLI_Name, COLI_OrderDetailText, COLI_OrderStartDate,COLI_SenderIP,COLI_WebCode,COLI_ApplyDate from ConfirmLineInfo
where 1=1
and COLI_WebCode in ('cht','ah')
and COLI_WebCode in ('cht','ah','ct','yz','sht','gl','gm')
and not exists (select top 1 1 from InfoManager.dbo.wwwlogs where wl_COLI_SN=COLI_SN )
and COLI_SenderIP is not null
and DeleteFlag=0

Loading…
Cancel
Save