|
@ -92,6 +92,7 @@ public class MeetingController {
|
92
|
92
|
TitlePictureForm tip = new TitlePictureForm();
|
93
|
93
|
tip.setStatus("success");
|
94
|
94
|
tip.setUid((new Date().getTime())+i);
|
|
95
|
tip.setPicname(string);
|
95
|
96
|
tip.setUrl("http://192.168.3.233" + string);
|
96
|
97
|
arlist.add(tip);
|
97
|
98
|
}
|
|
@ -99,6 +100,7 @@ public class MeetingController {
|
99
|
100
|
TitlePictureForm tip = new TitlePictureForm();
|
100
|
101
|
tip.setStatus("success");
|
101
|
102
|
tip.setUid(new Date().getTime());
|
|
103
|
tip.setPicname(meeting.getTitlePicture());
|
102
|
104
|
tip.setUrl("http://192.168.3.233" + meeting.getTitlePicture());
|
103
|
105
|
arlist.add(tip);
|
104
|
106
|
}
|