Commit d676e9d7 by HTML5-侯张振

更改过期字段设置

parent e2b10052
......@@ -105,7 +105,7 @@ class Distributor extends CI_Controller{
$dataLog['remark'] = '报备已过保护期';
$this->customer_building_log->add($dataLog);
$this->customer_building->update('id =' . $cust['id'], array('update_time' => time(), 'is_ expired' => '1'));
$this->customer_building->update('id =' . $cust['id'], array('update_time' => time(), 'is_expired' => '1'));
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment