Commit 00dd47f7 authored by clone's avatar clone

1

parent 2db71bb9
......@@ -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)
......
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