|
|
@@ -255,7 +255,7 @@ public class CopyrightInfoSummary {
|
|
|
if (this.acceptTime == null) {
|
|
|
return null;
|
|
|
} else {
|
|
|
- return DateFormatUtils.format(this.acceptTime, AFTConstants.YYYYMMDDHHMMSS);
|
|
|
+ return DateFormatUtils.format(this.acceptTime, AFTConstants.YYYYMMDD);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -267,7 +267,7 @@ public class CopyrightInfoSummary {
|
|
|
if (this.authorizedDate == null) {
|
|
|
return null;
|
|
|
} else {
|
|
|
- return DateFormatUtils.format(this.authorizedDate, AFTConstants.YYYYMMDDHHMMSS);
|
|
|
+ return DateFormatUtils.format(this.authorizedDate, AFTConstants.YYYYMMDD);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -279,7 +279,7 @@ public class CopyrightInfoSummary {
|
|
|
if (this.createTime == null) {
|
|
|
return null;
|
|
|
} else {
|
|
|
- return DateFormatUtils.format(this.createTime, AFTConstants.YYYYMMDDHHMMSS);
|
|
|
+ return DateFormatUtils.format(this.createTime, AFTConstants.YYYYMMDD);
|
|
|
}
|
|
|
}
|
|
|
|