Skip to content

Commit

Permalink
修复 CodeIgniter 3.0 Query Builder 行为变化
Browse files Browse the repository at this point in the history
  • Loading branch information
fengkaijia committed Jun 10, 2019
1 parent cbae5e8 commit 6c57be9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/Cron.php
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ private function _remove_deleted_delegate_data()
{
$this->db->where($schema, $id);
$this->db->delete($tables);
$this->db->reset_query();
}

$this->system_model->log('delegate_data_removed', array('delegate' => $id, 'data' => $data));
Expand Down

0 comments on commit 6c57be9

Please sign in to comment.