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
ea9a2ffb
Commit
ea9a2ffb
authored
Sep 17, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
//
parent
34504915
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
BrokerService.php
application/index/service/BrokerService.php
+9
-9
No files found.
application/index/service/BrokerService.php
View file @
ea9a2ffb
...
@@ -116,15 +116,15 @@ class BrokerService
...
@@ -116,15 +116,15 @@ class BrokerService
$result
[
'msg'
]
=
'转勤'
;
$result
[
'msg'
]
=
'转勤'
;
return
$result
;
return
$result
;
}
else
{
}
else
{
$agent_num
=
count
(
$agent_old
);
//
$agent_num = count($agent_old);
if
(
$agent_num
>
0
)
{
//
if ($agent_num > 0) {
//根据是否带看过判断是否换id
//
//根据是否带看过判断是否换id
$m_march_in
=
new
OMarchInModel
();
//
$m_march_in = new OMarchInModel();
$march_data
=
$m_march_in
->
selectMarchInOne
(
'a.id'
,
[
'reception_id'
=>
$agent_old
[
0
][
'id'
],
'site_id'
=>
$data
[
'site_id'
]]);
//
$march_data = $m_march_in->selectMarchInOne('a.id', ['reception_id' => $agent_old[0]['id'], 'site_id' => $data['site_id']]);
if
(
!
empty
(
$march_data
[
'id'
]))
{
//
if (!empty($march_data['id'])) {
$is_new_id
=
0
;
//
$is_new_id = 0;
}
//
}
}
//
}
}
}
$msg
=
'新增成功'
;
$msg
=
'新增成功'
;
...
...
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