Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
b15be2c7
Commit
b15be2c7
authored
Jul 10, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
//
parent
cfefcba9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
PushMessageService.php
application/api_broker/service/PushMessageService.php
+1
-2
OfficeBuildingRoomValidate.php
application/index/validate/OfficeBuildingRoomValidate.php
+1
-1
No files found.
application/api_broker/service/PushMessageService.php
View file @
b15be2c7
...
@@ -507,9 +507,8 @@ class PushMessageService
...
@@ -507,9 +507,8 @@ class PushMessageService
// $m_user = new Users();
// $m_user = new Users();
// $client_agent = $m_user->getUserByWhereValue('agent_id', ['id'=>$user_id]);
// $client_agent = $m_user->getUserByWhereValue('agent_id', ['id'=>$user_id]);
$client_agent
=
$this
->
getUserAgent
(
$user_id
,
$site_id
);
$client_agent
=
$this
->
getUserAgent
(
$user_id
,
$site_id
);
$agent_id
=
[];
if
(
count
(
$client_agent
)
>
0
)
{
if
(
count
(
$client_agent
)
>
0
)
{
$agent_id
[]
=
$client_agent
;
$agent_id
=
$client_agent
;
}
else
{
}
else
{
return
;
return
;
}
}
...
...
application/index/validate/OfficeBuildingRoomValidate.php
View file @
b15be2c7
...
@@ -60,7 +60,7 @@ class OfficeBuildingRoomValidate extends Validate
...
@@ -60,7 +60,7 @@ class OfficeBuildingRoomValidate extends Validate
'is_exclusive_type.require'
=>
'是否独家必选'
,
'is_exclusive_type.require'
=>
'是否独家必选'
,
'is_exclusive_type.in'
=>
'是否独家参数错误'
,
'is_exclusive_type.in'
=>
'是否独家参数错误'
,
'price_total.require'
=>
'租金总价必填'
,
'price_total.require'
=>
'租金总价必填'
,
'price_total.between'
=>
'租金总价
必填
'
,
'price_total.between'
=>
'租金总价
在1元至99999999元之间
'
,
'price.require'
=>
'租金单价必填'
,
'price.require'
=>
'租金单价必填'
,
'price.between'
=>
'租金单价在1元至99999999元之间'
,
'price.between'
=>
'租金单价在1元至99999999元之间'
,
'slotting_fee.require'
=>
'转让费必填'
,
'slotting_fee.require'
=>
'转让费必填'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment