|
|
@@ -161,7 +161,7 @@ public class AchievementOrderListBo {
|
|
|
if (this.createTime == null) {
|
|
|
return null;
|
|
|
} else {
|
|
|
- return DateFormatUtils.format(this.getCreateTime(), AFTConstants.YYYYMMDD);
|
|
|
+ return DateFormatUtils.format(this.getCreateTime(), AFTConstants.YYYYMMDDHHMMSS);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -205,7 +205,7 @@ public class AchievementOrderListBo {
|
|
|
if (this.paymentTime == null) {
|
|
|
return null;
|
|
|
} else {
|
|
|
- return DateFormatUtils.format(this.getPaymentTime(), AFTConstants.YYYYMMDD);
|
|
|
+ return DateFormatUtils.format(this.getPaymentTime(), AFTConstants.YYYYMMDDHHMMSS);
|
|
|
}
|
|
|
}
|
|
|
|