|
|
@@ -95,7 +95,7 @@ public class TestPublicController extends CertifyApiController {
|
|
|
String name=s.substring(s.lastIndexOf("/"));
|
|
|
String newURL="";
|
|
|
if (i==0){
|
|
|
- newURL="/new_order_file/"+orderNo+"/contract/"+name;
|
|
|
+ newURL="/new_order_file/"+orderNo+"/contract"+name;
|
|
|
str.append(newURL).append(",");
|
|
|
}
|
|
|
// moveFile(s, newURL);
|