|
...
|
...
|
@@ -267,6 +267,7 @@ class ATemplateLogic extends BaseLogic |
|
|
|
$this->fail('请先提交设计审核');
|
|
|
|
}
|
|
|
|
$this->param['design_manager'] = $this->manager['id'];
|
|
|
|
$this->param['test_model'] = 0;
|
|
|
|
}else{
|
|
|
|
$this->param['front_manager'] = $this->manager['id'];
|
|
|
|
}
|
...
|
...
|
|