|
|
@@ -596,11 +596,7 @@ public class TOrderBillNew {
|
|
|
}
|
|
|
|
|
|
public String getCreateTimes() {
|
|
|
- if (this.createTime == null) {
|
|
|
- return "时间错误";
|
|
|
- } else {
|
|
|
- return DateFormatUtils.format(this.getCreateTime(), AFTConstants.YYYYMMDDHHMMSS);
|
|
|
- }
|
|
|
+ return this.createTimes;
|
|
|
}
|
|
|
|
|
|
public void setCreateTimes(String createTimes) {
|