保存进度
This commit is contained in:
@@ -71,7 +71,14 @@ public class MediCoverController
|
||||
|
||||
return response;
|
||||
}
|
||||
|
||||
|
||||
response = new MediCoverResponse( "20000",
|
||||
"处理成功",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
true );
|
||||
|
||||
return response;
|
||||
}
|
||||
}
|
@@ -27,7 +27,8 @@
|
||||
name="prefix" value="/WEB-INF/jsp/" />
|
||||
<property name="suffix" value=".jsp" />
|
||||
</bean> -->
|
||||
|
||||
<bean id="multipartResolver"
|
||||
class="org.springframework.web.multipart.support.StandardServletMultipartResolver" />
|
||||
<!-- <bean id="multipartResolver"
|
||||
class="org.springframework.web.multipart.commons.CommonsMultipartResolver">
|
||||
<property name="defaultEncoding" value="UTF-8" />
|
||||
|
Reference in New Issue
Block a user