Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
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
fangxinjiang
yifu-mvp
Commits
0319a6a6
Commit
0319a6a6
authored
Sep 10, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.15-mxzt要计算
parent
80875833
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
SocialFriendConfig.java
.../cloud/plus/v1/yifu/social/config/SocialFriendConfig.java
+11
-0
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/config/SocialFriendConfig.java
View file @
0319a6a6
...
@@ -668,6 +668,7 @@ public class SocialFriendConfig {
...
@@ -668,6 +668,7 @@ public class SocialFriendConfig {
JSONObject
blxmjglb
;
JSONObject
blxmjglb
;
String
zt
;
String
zt
;
String
cwxx
;
String
cwxx
;
String
mxzt
;
for
(
int
i
=
0
;
i
<
ryywbljglbArr
.
size
();
i
++)
{
for
(
int
i
=
0
;
i
<
ryywbljglbArr
.
size
();
i
++)
{
ryywbljglb
=
(
JSONObject
)
ryywbljglbArr
.
get
(
i
);
ryywbljglb
=
(
JSONObject
)
ryywbljglbArr
.
get
(
i
);
result
=
new
FriendResult
();
result
=
new
FriendResult
();
...
@@ -689,6 +690,16 @@ public class SocialFriendConfig {
...
@@ -689,6 +690,16 @@ public class SocialFriendConfig {
if
(
Common
.
isNotNull
(
cwxx
)
&&
cwxx
.
length
()
>
100
)
{
if
(
Common
.
isNotNull
(
cwxx
)
&&
cwxx
.
length
()
>
100
)
{
cwxx
=
cwxx
.
substring
(
0
,
100
);
cwxx
=
cwxx
.
substring
(
0
,
100
);
}
}
mxzt
=
blxmjglb
.
getString
(
"mxzt"
);
if
(
Common
.
isNotNull
(
mxzt
))
{
if
(
cwxx
.
length
()
>
70
)
{
cwxx
=
cwxx
.
substring
(
0
,
70
);
}
if
(
mxzt
.
length
()
>
27
)
{
mxzt
=
mxzt
.
substring
(
0
,
27
);
}
cwxx
+=
";【"
+
mxzt
+
"】"
;
}
result
.
setCwxx
(
cwxx
);
result
.
setCwxx
(
cwxx
);
}
}
resultList
.
add
(
result
);
resultList
.
add
(
result
);
...
...
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