Browse Source

fleat: 删除小组公海 ,公司公海改为60天无更新

igb 2 weeks ago
parent
commit
29376e75c8
2 changed files with 5 additions and 7 deletions
  1. 1 1
      highSeas.php
  2. 4 6
      panel.php

+ 1 - 1
highSeas.php

@@ -191,7 +191,7 @@ $sql = "SELECT c.id,
         LEFT JOIN customer_contact cc ON c.id = cc.customer_id
         WHERE c.cs_deal<>3 AND c.cs_deal<>0 AND c.cs_type<>2 AND c.cs_belong<>13 
         AND c.cs_belong<>" . $employee_id . " 
-        AND DATEDIFF(NOW(), c.cs_updatetime) > 120 
+        AND DATEDIFF(NOW(), c.cs_updatetime) > 60
         AND c.cs_country NOT IN (2, 229, 13, 153) 
         AND c.cs_belongclient=0 
         AND NOT EXISTS (

+ 4 - 6
panel.php

@@ -11,6 +11,7 @@ if ($row = $result->fetch_assoc()) {
     $em_code = textUncode($row['em_code']);
     $em_email = textUncode($row['em_email']);
     $em_tel = textUncode($row['em_tel']);
+    $em_admin=$row['em_admin'];
 } else {
     $stmt->close();
     $conn->close();
@@ -48,8 +49,7 @@ $stmt->close();
                     <a href="../customersNew.php" target="contentFrame">本月新增</a>
                     <?php if (strpos($em_code, "BX") === false): ?>
                         <a href="../customersFollow.php" target="contentFrame">即将加入公海 </a>
-                        <a href="../teamSeas.php" target="contentFrame">小组公海(60天无更新)</a>
-                        <a href="../highSeas.php" target="contentFrame">公司公海(120天无更新)</a>
+                        <a href="../highSeas.php" target="contentFrame">公司公海(60天无更新)</a>
                         <a href="../claimRecord.php" target="contentFrame">认领记录</a>
                         <a href="../abnormal.php" target="contentFrame" class="new">异常客户</a>
                     <?php endif; ?>
@@ -63,6 +63,7 @@ $stmt->close();
                     <?php endif; ?>
                 </div>
             </dt>
+            <?php if($em_admin==1){?>
             <dt class="subnav">统计分析
                 <div class="list-wraper">
                     <a href="statistics.php" target="contentFrame">汇总统计</a>
@@ -71,13 +72,10 @@ $stmt->close();
                     <a href="region_stats.php" target="contentFrame">地区统计分析</a>
                     <a href="sales_stats.php" target="contentFrame">销售统计分析</a>
 
-
-
-
                 </div>
 
             </dt>
-
+            <?php }?>
             <dt><a href="../tagClound.php" target="contentFrame">标签云</a></dt>
             <?php if (strpos($em_code, "BX") === false): ?>
                 <dt><a href="../silentCustomer.php" target="contentFrame">静默客户</a></dt>