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

Commit 5e39c0ff authored by jiangxiulong's avatar jiangxiulong

push url

parent d51f9af3
...@@ -63,8 +63,10 @@ public class AdminUpushServiceImpl extends ServiceImpl<AdminUpushMapper, AdminUp ...@@ -63,8 +63,10 @@ public class AdminUpushServiceImpl extends ServiceImpl<AdminUpushMapper, AdminUp
if (!CollectionUtils.isEmpty(msgList)) { if (!CollectionUtils.isEmpty(msgList)) {
for (AdminUpushVo info : msgList) { for (AdminUpushVo info : msgList) {
String img = imgUrl + info.getImg(); if (!info.getImg().isEmpty()) {
info.setImg(img); String img = imgUrl + info.getImg();
info.setImg(img);
}
} }
} }
......
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