transfer_104

This commit is contained in:
dengbw
2022-01-04 16:18:53 +08:00
committed by lccsw
parent 14daae4b2a
commit 4886ac82d9
7 changed files with 119 additions and 24 deletions
+1 -1
View File
@@ -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));