优化反馈表读取信息SQL,hly加谷歌跟踪代码

master
赵鹏 1 month ago
parent 2d69631662
commit ad35c66c6b

@ -129,6 +129,15 @@
<script src="https://res.zvo.cn/translate/translate.js" defer></script>
<script src="/js/mobile-first/translate-option.js" defer></script>
<!-- translate end -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7SR6RRMRTH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7SR6RRMRTH');
</script>
</body>
</html>

@ -138,6 +138,17 @@
<script src="https://res.zvo.cn/translate/translate.js" defer></script>
<script src="/js/mobile-first/translate-option.js" defer></script>
<!-- translate end -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7SR6RRMRTH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7SR6RRMRTH');
</script>
</body>
</html>

@ -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);

Loading…
Cancel
Save