修改ipaylinks通知记录的查询

hotfix/远程访问多媒体中心
lyt 6 years ago
parent e065c87dcb
commit 5e2177f14b

@ -223,7 +223,7 @@ class Note_model extends CI_Model {
(ISNULL(gaib.GAI_SN, 0)+ISNULL(gai.GAI_SN, 0))=0 and COLI.COLI_ID is null (ISNULL(gaib.GAI_SN, 0)+ISNULL(gai.GAI_SN, 0))=0 and COLI.COLI_ID is null
and IPL_sent not in ('send','closeRecord') and IPL_sent not in ('send','closeRecord')
) )
or (ISNULL(IPL_sent,'') in ('sendfail','unsend','') or ISNULL(IPL_sent,'') in ('sendfail','unsend','')
) )
) )
order by isRecord asc,ipl.IPL_sent desc,IPL_sn desc"; order by isRecord asc,ipl.IPL_sent desc,IPL_sn desc";

Loading…
Cancel
Save