dever 3 년 전
부모
커밋
2666cd1b32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;