|
@ -405,7 +405,7 @@ public class DoctorTeamGuidanceService extends BaseService {
|
|
|
String imageRow = "";
|
|
|
String[] imgs = images.split(",");
|
|
|
for (String image : imgs) {
|
|
|
if (image.contains("http://")) {
|
|
|
if (image.contains("group1")) {
|
|
|
imageUrls += image + ",";
|
|
|
} else {
|
|
|
try {
|