记得上下班打卡 | git大法好,push需谨慎

Commit 5e39c0ff authored by jiangxiulong's avatar jiangxiulong

push url

parent d51f9af3
...@@ -63,10 +63,12 @@ public class AdminUpushServiceImpl extends ServiceImpl<AdminUpushMapper, AdminUp ...@@ -63,10 +63,12 @@ public class AdminUpushServiceImpl extends ServiceImpl<AdminUpushMapper, AdminUp
if (!CollectionUtils.isEmpty(msgList)) { if (!CollectionUtils.isEmpty(msgList)) {
for (AdminUpushVo info : msgList) { for (AdminUpushVo info : msgList) {
if (!info.getImg().isEmpty()) {
String img = imgUrl + info.getImg(); String img = imgUrl + info.getImg();
info.setImg(img); info.setImg(img);
} }
} }
}
voPageInfo = PageInfo.of(msgList); voPageInfo = PageInfo.of(msgList);
voPageInfo.setTotal(count); voPageInfo.setTotal(count);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment