Commit 8fba2e1c authored by 孙磊's avatar 孙磊

优化

Signed-off-by: 孙磊's avatarsunlei <sunlei@romens.cn>
parent b1d00679
......@@ -315,7 +315,7 @@ class BranchController extends BaseController
$model = new ShopTransportType;
$info = $model->branchTransportInfo();
if (!$info) {
throw new BadRequestHttpException('未找到符合的门店门店配送方式');
throw new BadRequestHttpException('未找到符合的门店配送方式');
}
return new ActiveDataProvider([
'models' => $info,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment