Commit f6b9eb1b by 徐高华

Merge branch 'master_118' into 'developer'

Master 118

See merge request !889
parents 411110ae c24f3d6a
......@@ -209,7 +209,7 @@ public class MaterialServiceImpl implements MaterialService {
}
String[] arr = null ;
if(url.contains("?")) {
arr = url.split("?")[0].split("/") ;
arr = url.split("\\?")[0].split("/") ;
}else {
arr = url.split("/");
}
......
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