Преглед на файлове

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

上报方法中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->curralltotal = $curralltotal;
         $this->__numofperact->currstatus = 'checking';
-        $this->__numofperact->audittime = time();
+        $this->__numofperact->audittime = 0;
+        $this->__numofperact->intime = time();
         return $this->__numofperact->insert();
     }