wang jun 3 年之前
父節點
當前提交
eaddab6d19
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      application/index/logic/companylogic.php

+ 0 - 1
application/index/logic/companylogic.php

@@ -119,7 +119,6 @@ class companylogic extends baselogic
             return backarr(0, "无数据");
         }
         $info = $this->formatinfo($info);
-        var_dump($info);exit;
         $m_i = new inventmodel();
         $where = ['company_id' => $info['id']];
         if (isset($arr['activestate'])) {