From ad35c66c6bfab24c4b23afe8bf7fd12349a6d254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Fri, 13 Mar 2026 11:51:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8F=8D=E9=A6=88=E8=A1=A8?= =?UTF-8?q?=E8=AF=BB=E5=8F=96=E4=BF=A1=E6=81=AFSQL=EF=BC=8Chly=E5=8A=A0?= =?UTF-8?q?=E8=B0=B7=E6=AD=8C=E8=B7=9F=E8=B8=AA=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/mobile_first/hlyen-pc.php | 9 +++++++++ application/views/mobile_first/hlyen.php | 11 +++++++++++ gys_system/models/groupinfo_model.php | 4 +++- 3 files changed, 23 insertions(+), 1 deletion(-) 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);