只显示传统订单的反馈提醒。AND (select COUNT(*) from GRoupInfo where isnull(GRI_OrderType,227001)=227001 and GRI_SN=eoi_gri_sn)>0

mobile-first
赵鹏 6 years ago
parent 4dfa0b9ee2
commit 7a0e640d60

@ -78,6 +78,7 @@ class Groupinfo_model extends CI_Model {
WHERE 1=1
AND EOI_sendEvaluation = 1
AND EOI_Type = 1
AND (select COUNT(*) from GRoupInfo where isnull(GRI_OrderType,227001)=227001 and GRI_SN=eoi_gri_sn)>0
AND eoi_cancel = 0
AND year(EOI_Date)> '2010'

Loading…
Cancel
Save