Commit 0ee9b359 authored by Quxl's avatar Quxl

删除邮编

parent 71871f45
......@@ -18,15 +18,9 @@
<repositories>
<repository>
<id>sonatype-nexus-staging</id>
<name>Sonatype Nexus Staging</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
</repository>
</repositories>
......
......@@ -110,7 +110,6 @@ public class MemberApplyController {
@ApiImplicitParam(paramType="query", dataType="string", required=true, name="film_medium", value="影片色彩"),
@ApiImplicitParam(paramType="query", dataType="string", required=true, name="film_format", value="样片规格"),
@ApiImplicitParam(paramType="query", dataType="string", required=false, name="film_express_no", value="快递单号"),
@ApiImplicitParam(paramType="query", dataType="string", required=false, name="film_format_url", value="样片URL地址"),
@ApiImplicitParam(paramType="query", dataType="string", required=false, name="film_format_passw", value="样片URL访问密码"),
@ApiImplicitParam(paramType="query", dataType="string", required=false, name="film_format_other", value="其他样品信息"),
......@@ -130,7 +129,6 @@ public class MemberApplyController {
String other_filmfest_name,
String film_medium,
String film_format,
String film_express_no,
String film_format_url,
String film_format_passw,
String film_format_other) {
......@@ -153,7 +151,6 @@ public class MemberApplyController {
other_filmfest_name,
film_medium,
film_format,
film_express_no,
film_format_url,
film_format_passw,
film_format_other);
......
......@@ -82,7 +82,6 @@ public interface MemberService {
String other_filmfest_name,
String film_medium,
String film_format,
String film_express_no,
String film_format_url,
String film_format_passw,
String film_format_other);
......
......@@ -223,7 +223,6 @@ public class MemberServiceImpl implements MemberService {
String other_filmfest_name,
String film_medium,
String film_format,
String film_express_no,
String film_format_url,
String film_format_passw,
String film_format_other) {
......@@ -246,7 +245,6 @@ public class MemberServiceImpl implements MemberService {
+ "other_filmfest_name = ?, "
+ "film_medium = ?, "
+ "film_format = ?, "
+ "film_express_no = ?, "
+ "film_format_url = ?, "
+ "film_format_passw = ?, "
+ "film_format_other = ?, "
......@@ -269,7 +267,6 @@ public class MemberServiceImpl implements MemberService {
other_filmfest_name,
film_medium,
film_format,
film_express_no,
film_format_url,
film_format_passw,
film_format_other,
......
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