|
...
|
...
|
@@ -35,7 +35,6 @@ class BTemplateLogController extends BaseController |
|
|
|
public function lists(BTemplateLog $bTemplateLog){
|
|
|
|
unset($this->map['template_id']);
|
|
|
|
$this->map['project_id'] = $this->user['project_id'];
|
|
|
|
$this->map['source'] = 1;
|
|
|
|
$this->map['is_custom'] = 0;
|
|
|
|
$lists = $bTemplateLog->lists($this->map,$this->page,$this->row,$this->order,['id','template_id','operator_id','source','created_at','updated_at']);
|
|
|
|
if(!empty($lists['list'])){
|
...
|
...
|
|