Commit 947d1749 authored by hujun's avatar hujun

1

parent b2840038
......@@ -35,7 +35,7 @@ class HouseValidate extends Validate
'is_show' => 'require|in:0,1',
'fee_rule' => 'require',
'internal_item_advantage' => 'require',
'business_district_id' => 'require'
// 'business_district_id' => 'require'
];
protected $message = [
'internal_title.require' => '对内商铺名为必填',
......@@ -76,7 +76,7 @@ class HouseValidate extends Validate
'internal_item_advantage.between' => '对内项目优势字数为1至500',
'longitude' => '无法获取商铺坐标,请重新修改地址',
'latitude' => '无法获取商铺坐标,请重新修改地址',
'business_district_id' => '商圈必选'
// 'business_district_id' => '商圈必选'
];
protected $scene = [
......
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