|
...
|
...
|
@@ -21,6 +21,10 @@ class GroupLogic extends BaseLogic |
|
|
|
* @method
|
|
|
|
*/
|
|
|
|
public function group_add(){
|
|
|
|
$this->param['project_id'] = $this->user['project_id'];
|
|
|
|
$this->param['admin_id'] = $this->user['admin_id'];
|
|
|
|
$this->param['create_id'] = $this->user['create_id'];
|
|
|
|
$this->param['operator_id'] = $this->user['operator_id'];
|
|
|
|
$rs = $this->model->add($this->param);
|
|
|
|
if($rs === false){
|
|
|
|
$this->fail('error');
|
...
|
...
|
|