Commit caa82b39 authored by 周健威's avatar 周健威

修改省bug

parent 50a022ee
......@@ -54,6 +54,7 @@ public class GtdataController extends CommonBaseController implements UserRestIn
String fileName = url.substring(url.lastIndexOf("/")+1);
String filePath = "";
if(fileUrl.contains("SN8")) {
fileUrl = fileUrl.replace(".jpg", ".jpeg");
filePath = THUMBNAIL_PATH+ fileUrl;
}else {
if(fileName.lastIndexOf(".png") > 0) {
......
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