Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
H
Hgs
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
徐州
Hgs
Commits
2dde2914
Commit
2dde2914
authored
May 31, 2022
by
徐州
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增日志
parent
702e5f45
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
ProjectWechat.java
...n/java/com/house365/ws/interfaces/rest/ProjectWechat.java
+3
-2
No files found.
house365-hgs-ws/src/main/java/com/house365/ws/interfaces/rest/ProjectWechat.java
View file @
2dde2914
...
...
@@ -630,6 +630,7 @@ public class ProjectWechat implements IProjectWechat {
Map
<
String
,
Object
>
map
=
parameter
.
getArgs
();
House365RestResponse
<
CustomerEntity
>
response
=
new
House365RestResponse
<>();
String
phone
=
getMapValueByKey
(
Constant
.
CUSTOMER_PHONE
,
map
,
""
);
System
.
out
.
println
(
"____________________phone="
+
phone
);
UserEntity
entity
=
getUserEntity
(
phone
);
// 业务层统一处理
try
{
...
...
@@ -664,7 +665,7 @@ public class ProjectWechat implements IProjectWechat {
url
=
MemoryPropertyPlaceholderConfigurer
.
getContextProperty
(
"CRM.TOUCH.HOST"
)
+
jsonObject
.
get
(
"data"
);
}
}
LOGGER
.
info
(
"UserEntity:"
+
entity
.
toString
());
LOGGER
.
info
(
"UserEntity:"
+
entity
.
toString
()
+
"--phone="
+
phone
);
if
(
entity
.
getShowMobile
()
!=
1
)
{
url
+=
"&showMobile=0"
;
}
else
{
...
...
@@ -1633,7 +1634,7 @@ public class ProjectWechat implements IProjectWechat {
//置业顾问手机
String
phone
=
getMapValueByKey
(
Constant
.
CUSTOMER_PHONE
,
map
,
""
);
UserEntity
userEntity
=
getUserEntity
(
phone
);
LOGGER
.
debug
(
"==doGetCustomerProject>>projectId:{}=="
,
projectId
);
LOGGER
.
debug
(
"==doGetCustomerProject>>projectId:{}=="
,
projectId
+
"UserEntity="
+
userEntity
.
toString
()
+
phone
);
if
(!
Strings
.
isNullOrEmpty
(
projectId
))
{
customerEntity
=
getCustomerProjectEntity
(
projectId
);
attachments
=
attachmentService
.
queryByResourceIdAndResouceType
(
projectId
,
"hgs_customer_project"
);
...
...
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