浏览代码

前台标段上报时间显示问题

上报方法中intime字段未加入
NoNZero 10 年之前
父节点
当前提交
74935a87cb
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      protected/class/numofperact.php

+ 2 - 1
protected/class/numofperact.php

@@ -28,7 +28,8 @@ class NumofperAct {
         $this->__numofperact->currdone = $currdone;
         $this->__numofperact->currdone = $currdone;
         $this->__numofperact->curralltotal = $curralltotal;
         $this->__numofperact->curralltotal = $curralltotal;
         $this->__numofperact->currstatus = 'checking';
         $this->__numofperact->currstatus = 'checking';
-        $this->__numofperact->audittime = time();
+        $this->__numofperact->audittime = 0;
+        $this->__numofperact->intime = time();
         return $this->__numofperact->insert();
         return $this->__numofperact->insert();
     }
     }