transfer_104
This commit is contained in:
@@ -24,7 +24,6 @@ class Topic extends Wxapp
|
||||
$this->load->model('app/material/Material_template_model', 'mdTemplate');
|
||||
$this->load->model('app/material/Material_biz_model', 'mdMaterialBiz');
|
||||
$this->load->model('app/material/Material_biz_statistics_model', 'mdBizStatistics');
|
||||
$this->app_id == 1 && $this->app_id = 2;//获取狸车宝数据
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -36,6 +35,7 @@ class Topic extends Wxapp
|
||||
*/
|
||||
protected function get()
|
||||
{
|
||||
$this->app_id == 1 && $this->app_id = 2;//获取狸车宝数据
|
||||
$id = intval($this->input_param('id'));
|
||||
$biz_id = intval($this->input_param('biz_id'));
|
||||
$re = $this->mdTemplate->get(array('id' => $id, 'status' => 1));
|
||||
|
||||
Reference in New Issue
Block a user