Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
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
项目统一框架
amos-boot-biz
Commits
d3e7cee5
Commit
d3e7cee5
authored
Nov 11, 2022
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改jar 版本
parent
13761220
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
MessageServiceImpl.java
...amos/patrol/business/service/impl/MessageServiceImpl.java
+3
-3
pom.xml
amos-boot-module/pom.xml
+1
-1
pom.xml
amos-boot-utils/pom.xml
+1
-1
pom.xml
pom.xml
+1
-1
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-patrol-biz/src/main/java/com/yeejoin/amos/patrol/business/service/impl/MessageServiceImpl.java
View file @
d3e7cee5
...
...
@@ -324,7 +324,7 @@ public class MessageServiceImpl implements IMessageService {
@Override
public
Msg
pushMsgAndSave
(
String
toke
,
String
product
,
String
appKey
,
Msg
msg
)
{
List
<
PushMsgParam
>
pmps
=
new
ArrayList
<
PushMsgParam
>();
//
List<PushMsgParam> pmps = new ArrayList<PushMsgParam>();
PushMsgParam
pushMsg
=
new
PushMsgParam
();
pushMsg
.
setRecivers
(
Arrays
.
asList
(
msg
.
getUserId
()));
pushMsg
.
setContent
(
ObjectUtils
.
isEmpty
(
msg
.
getPushBody
())
?
msg
.
getBody
()
:
msg
.
getPushBody
());
...
...
@@ -335,10 +335,10 @@ public class MessageServiceImpl implements IMessageService {
extras
.
put
(
"type"
,
msg
.
getMsgType
());
extras
.
put
(
"id"
,
msg
.
getRelationId
()==
null
?
"0"
:
msg
.
getRelationId
().
toString
());
pushMsg
.
setExtras
(
extras
);
pmps
.
add
(
pushMsg
);
//
pmps.add(pushMsg);
msg
.
setSendTime
(
new
Date
());
msg
.
setStatus
(
1
);
pushFeignServer
.
sendMessage
(
p
mps
);
pushFeignServer
.
sendMessage
(
p
ushMsg
);
iMsgDao
.
save
(
msg
);
return
msg
;
}
...
...
amos-boot-module/pom.xml
View file @
d3e7cee5
...
...
@@ -39,7 +39,7 @@
<groupId>
com.yeejoin
</groupId>
<artifactId>
amos-component-security
</artifactId>
<version>
1.8.
0
</version>
<version>
1.8.
1-SNAPSHOT
</version>
</dependency>
</dependencies>
...
...
amos-boot-utils/pom.xml
View file @
d3e7cee5
...
...
@@ -22,7 +22,7 @@
<dependency>
<groupId>
com.yeejoin
</groupId>
<artifactId>
amos-component-security
</artifactId>
<version>
1.8.
0
</version>
<version>
1.8.
1-SNAPSHOT
</version>
</dependency>
</dependencies>
...
...
pom.xml
View file @
d3e7cee5
...
...
@@ -37,7 +37,7 @@
<dependency>
<groupId>
com.yeejoin
</groupId>
<artifactId>
amos-component-security
</artifactId>
<version>
1.8.
0
</version>
<version>
1.8.
1-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
...
...
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