Merge pull request 'update' (#174) from zhangwei into dev
Reviewed-on: #174
This commit is contained in:
commit
75953e42ef
@ -52,7 +52,6 @@ class CustomerDemandSolutionController extends BaseAdminController
|
||||
public function add()
|
||||
{
|
||||
$params = (new CustomerDemandSolutionValidate())->post()->goCheck('add');
|
||||
halt($params);
|
||||
$result = CustomerDemandSolutionLogic::add($params,$this->adminId);
|
||||
if (true === $result) {
|
||||
return $this->success('添加成功', [], 1, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user