保存进度
This commit is contained in:
parent
7bdf025bb5
commit
5acb55ba43
@ -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" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user