|
|
@@ -84,7 +84,7 @@ class SupplyDemandController extends BaseAdminController
|
|
|
$params = (new SupplyDemandValidate())->post()->goCheck('status');
|
|
|
$result = SupplyDemandLogic::updateStatus($params);
|
|
|
if (true === $result) {
|
|
|
- return $this->success('修改成功', [], 1, 1);
|
|
|
+ return $this->success('审核成功', [], 1, 1);
|
|
|
}
|
|
|
return $this->fail(SupplyDemandLogic::getError());
|
|
|
}
|