|
@@ -144,7 +144,7 @@ public class OTMSController {
|
|
|
MultipartFile file = request.getFile("photo"+i+"_"+j);
|
|
MultipartFile file = request.getFile("photo"+i+"_"+j);
|
|
|
if(file!=null){
|
|
if(file!=null){
|
|
|
isUpload = true;
|
|
isUpload = true;
|
|
|
- String fileName = imageFileUtils.updateFile(file,j)+';';
|
|
|
|
|
|
|
+ String fileName = imageFileUtils.updateFile(file,j+i*10)+';';
|
|
|
photo += fileName ;
|
|
photo += fileName ;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|