|
@@ -307,8 +307,8 @@ public class WisdomServiceImpl implements IWisdomService {
|
|
|
String oneInchPhotos = String.valueOf(userVo.get("oneInchPhotos"));
|
|
String oneInchPhotos = String.valueOf(userVo.get("oneInchPhotos"));
|
|
|
f3.setPath(oneInchPhotos);
|
|
f3.setPath(oneInchPhotos);
|
|
|
f3.setFileName(userVo.get("examineeCode")+".jpg");
|
|
f3.setFileName(userVo.get("examineeCode")+".jpg");
|
|
|
- fileBeanList.add(f1);
|
|
|
|
|
- fileBeanList.add(f2);
|
|
|
|
|
|
|
+ /* fileBeanList.add(f1);
|
|
|
|
|
+ fileBeanList.add(f2);*/
|
|
|
fileBeanList.add(f3);
|
|
fileBeanList.add(f3);
|
|
|
|
|
|
|
|
}
|
|
}
|