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
d42a081f
Commit
d42a081f
authored
Jan 10, 2019
by
zhuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
模型名修改4
parent
67ed135d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Remark.php
application/index/controller/Remark.php
+4
-4
No files found.
application/index/controller/Remark.php
View file @
d42a081f
...
...
@@ -20,7 +20,7 @@ use app\model\ASite;
use
app\model\GOperatingRecords
;
use
app\model\Remarks
;
use
app\model\ULabels
;
use
app\model\UPhoneFollow
P
p
;
use
app\model\UPhoneFollow
U
p
;
use
app\model\Users
;
class
Remark
extends
Basic
...
...
@@ -49,7 +49,7 @@ class Remark extends Basic
return
$this
->
response
(
"101"
,
$msg
);
}
$u_phone_follow
=
new
UPhoneFollow
P
p
(
$this
->
siteId
);
$u_phone_follow
=
new
UPhoneFollow
U
p
(
$this
->
siteId
);
$user_service
=
new
UserService
();
$clientService
=
new
ClientService
();
$m_agent_phone
=
new
AAgentsPhone
();
...
...
@@ -214,7 +214,7 @@ class Remark extends Basic
$pagesize
=
15
;
$user_id
=
$params
[
'user_id'
];
$UPhoneFollowPp
=
new
UPhoneFollow
P
p
(
$this
->
siteId
);
$UPhoneFollowPp
=
new
UPhoneFollow
U
p
(
$this
->
siteId
);
// 查询电话跟进数据
$UPhoneFollowPp_res
=
$UPhoneFollowPp
->
select_useraction_search
(
$user_id
,
$searchdate
);
...
...
@@ -343,7 +343,7 @@ class Remark extends Basic
$page_num
=
isset
(
$params
[
'pagenum'
])
?
$params
[
'pagenum'
]
:
1
;
$page_size
=
15
;
$UPhoneFollowPp
=
new
UPhoneFollow
P
p
(
$this
->
siteId
);
$UPhoneFollowPp
=
new
UPhoneFollow
U
p
(
$this
->
siteId
);
// 查询电话跟进数据
$UPhoneFollowPp_res
=
$UPhoneFollowPp
->
phone_up_list
(
$page_size
,
$page_num
);
$total
=
$UPhoneFollowPp
->
phone_up_list_count
();
...
...
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