dever hace 3 años
padre
commit
2666cd1b32
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      service/option/lib/Agreement.php

+ 1 - 1
service/option/lib/Agreement.php

@@ -154,7 +154,7 @@ class Agreement
         $where['idcard_back'] = $account['idcard_back'];
         $where['address'] = '';
         $where['status'] = $status;
-        $where['udate'] = $where['cdate'] = time();
+        $where['udate'] = time();
         $where['qdate'] = $qdate;
         $where['sdate'] = $sdate;
         $where['edate'] = $edate;