소스 검색

Merge remote-tracking branch 'origin/master' into prod

Conflicts:
	src/main/java/com/goafanti/common/model/Achievement.java
wanghui 8 년 전
부모
커밋
1927f1612c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/goafanti/common/model/Achievement.java

+ 1 - 0
src/main/java/com/goafanti/common/model/Achievement.java

@@ -730,6 +730,7 @@ public class Achievement {
 		this.countryNameZh = countryNameZh;
 	}
 
+	@JsonFormat(shape = Shape.STRING)
 	public Integer getInternationalFlag() {
 		return internationalFlag;
 	}