update
This commit is contained in:
parent
eb484d10ac
commit
f3c2c82c62
@ -52,7 +52,6 @@ class CustomerDemandSolutionController extends BaseAdminController
|
|||||||
public function add()
|
public function add()
|
||||||
{
|
{
|
||||||
$params = (new CustomerDemandSolutionValidate())->post()->goCheck('add');
|
$params = (new CustomerDemandSolutionValidate())->post()->goCheck('add');
|
||||||
halt($params);
|
|
||||||
$result = CustomerDemandSolutionLogic::add($params,$this->adminId);
|
$result = CustomerDemandSolutionLogic::add($params,$this->adminId);
|
||||||
if (true === $result) {
|
if (true === $result) {
|
||||||
return $this->success('添加成功', [], 1, 1);
|
return $this->success('添加成功', [], 1, 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user