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
00dd47f7
Commit
00dd47f7
authored
Jun 06, 2019
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
2db71bb9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
OfficeReportService.php
application/api_broker/service/OfficeReportService.php
+13
-9
No files found.
application/api_broker/service/OfficeReportService.php
View file @
00dd47f7
...
...
@@ -2,10 +2,7 @@
namespace
app\api_broker\service
;
use
app\api\untils\GeTuiUtils
;
use
app\model\AAgents
;
use
app\model\GHouses
;
use
app\model\GHousesToAgents
;
use
app\model\OfficeGRoom
;
use
app\model\OfficeGRoomToAgent
;
use
app\model\OfficeOrderModel
;
...
...
@@ -82,11 +79,11 @@ class OfficeReportService
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
*/
public
function
verifyReport
(
$agent_id
,
$agent_phone
,
$agent_name
,
$store_id
,
$user_id
,
$user_phone
,
$user_name
,
$house_ids
,
$vehicle
,
$intro
,
$predict_see_time
)
public
function
verifyReport
(
$agent_id
,
$agent_phone
,
$agent_name
,
$store_id
,
$user_id
,
$user_phone
,
$user_name
,
$house_ids
,
$vehicle
,
$intro
,
$predict_see_time
)
{
$id
=
$this
->
reportBin
(
$agent_id
,
$agent_phone
,
$agent_name
,
$store_id
,
$user_id
,
$user_phone
,
$user_name
,
$vehicle
,
$intro
,
$predict_see_time
);
$id
=
$this
->
reportBin
(
$agent_id
,
$agent_phone
,
$agent_name
,
$store_id
,
$user_id
,
$user_phone
,
$user_name
,
$vehicle
,
$intro
,
$predict_see_time
);
if
(
$id
>
0
)
{
$house_arr
=
explode
(
","
,
$house_ids
);
...
...
@@ -196,8 +193,12 @@ class OfficeReportService
* @param $params
* @param $pageNo
* @param $pageSize
* @return mixed|null
* @param $check_type
* @return mixed
* @throws \think\db\exception\BindParamException
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
* @throws \think\exception\PDOException
*/
public
function
orderListAll
(
$field
,
$params
,
$pageNo
,
$pageSize
,
$check_type
)
...
...
@@ -238,8 +239,11 @@ class OfficeReportService
* @param $params
* @param $pageNo
* @param $pageSize
* @return
mixed|
null
* @return null
* @throws \think\db\exception\BindParamException
* @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\ModelNotFoundException
* @throws \think\exception\DbException
* @throws \think\exception\PDOException
*/
public
function
orderListForPc
(
$field
,
$params
,
$pageNo
,
$pageSize
)
...
...
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