|
...
|
...
|
@@ -34,7 +34,7 @@ class BTemplateLogController extends BaseController |
|
|
|
*/
|
|
|
|
public function lists(BTemplateLog $bTemplateLog){
|
|
|
|
$this->map['project_id'] = $this->user['project_id'];
|
|
|
|
$lists = $bTemplateLog->lists($this->map,$this->page,$this->row,$this->order,['id','template_id','operator_id','created_at','updated_at']);
|
|
|
|
$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'])){
|
|
|
|
$templateModel = new Template();
|
|
|
|
$userModel = new User();
|
...
|
...
|
|