diff --git a/application/views/mobile_first/hlyen-pc.php b/application/views/mobile_first/hlyen-pc.php index 091b4317..3a0a9d58 100644 --- a/application/views/mobile_first/hlyen-pc.php +++ b/application/views/mobile_first/hlyen-pc.php @@ -129,6 +129,15 @@ + + + \ No newline at end of file diff --git a/application/views/mobile_first/hlyen.php b/application/views/mobile_first/hlyen.php index b7f64af1..03f5373f 100644 --- a/application/views/mobile_first/hlyen.php +++ b/application/views/mobile_first/hlyen.php @@ -138,6 +138,17 @@ + + + + + \ No newline at end of file diff --git a/gys_system/models/groupinfo_model.php b/gys_system/models/groupinfo_model.php index 6576fc1e..84785682 100644 --- a/gys_system/models/groupinfo_model.php +++ b/gys_system/models/groupinfo_model.php @@ -78,13 +78,15 @@ class Groupinfo_model extends CI_Model { FROM Eva_ObjectInfo 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)> '2025' "; + // AND (EOI_Type = 1 or EOI_Type = 3) //多城市反馈表为3了,为了兼容还是去掉先以后只留3 20260313 + empty($eoi_sn) ? false : $sql.=' AND EOI_SN= ' . $this->HT->escape($eoi_sn); empty($gri_sn) ? false : $sql.=' AND EOI_GRI_SN= ' . $this->HT->escape($gri_sn); empty($vei_sn) ? false : $sql.=' AND EOI_VEI_SN= ' . $this->HT->escape($vei_sn);