Commit b15be2c7 authored by hujun's avatar hujun

//

parent cfefcba9
......@@ -507,9 +507,8 @@ class PushMessageService
// $m_user = new Users();
// $client_agent = $m_user->getUserByWhereValue('agent_id', ['id'=>$user_id]);
$client_agent = $this->getUserAgent($user_id, $site_id);
$agent_id = [];
if (count($client_agent) > 0) {
$agent_id[] = $client_agent;
$agent_id = $client_agent;
}else{
return;
}
......
......@@ -60,7 +60,7 @@ class OfficeBuildingRoomValidate extends Validate
'is_exclusive_type.require' => '是否独家必选',
'is_exclusive_type.in' => '是否独家参数错误',
'price_total.require' => '租金总价必填',
'price_total.between' => '租金总价必填',
'price_total.between' => '租金总价在1元至99999999元之间',
'price.require' => '租金单价必填',
'price.between' => '租金单价在1元至99999999元之间',
'slotting_fee.require' => '转让费必填',
......
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