|
@@ -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;
|