Skip to content

Commit ccd2bd8

Browse files
sonjusunsonjusun
authored andcommitted
fix : initNote 의 매물 이름 생성 방식 변경
1 parent ed8a4e6 commit ccd2bd8

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/umc/th/juinjang/domain/limjang/model

1 file changed

+1
-1
lines changed

src/main/java/umc/th/juinjang/domain/limjang/model/Limjang.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ public static Limjang create(Member member, LimjangPrice price, LimjangPurpose p
187187
public static Limjang initNote(Member member, LimjangPrice price, LimjangPurpose purpose,
188188
LimjangPropertyType propertyType, LimjangPriceType priceType) {
189189
String nickname = LocalDateTime.now()
190-
.format(DateTimeFormatter.ofPattern("yyyy.MM.dd HH:mm")) + " 매물노트";
190+
.format(DateTimeFormatter.ofPattern("yy.MM.dd HH:mm")) + " 매물노트";
191191

192192
return Limjang.builder()
193193
.memberId(member)

0 commit comments

Comments
 (0)