|
@@ -1084,7 +1084,7 @@ public class ClassGradeServiceImpl extends ServiceImpl<ClassGradeMapper, ClassGr
|
|
|
result.forEach(item -> {
|
|
|
String date = "yyyy-MM-dd HH:mm:ss";
|
|
|
item.setOrderTime(DateUtils.timestampToDateFormat(item.getOrderTimeLong(),date));
|
|
|
- item.setCreateTime(DateUtils.timestampToDateFormat(item.getCreateTimeLong(),date));
|
|
|
+ item.setCreateTime(DateUtils.timestampToDateFormat(item.getOrderTimeLong(),date));
|
|
|
item.setDoTime(DateUtils.timestampToDateFormat(item.getDoTimeLong(),date));
|
|
|
//机构名称
|
|
|
SysTenant tenant = sysTenantService.getById(item.getTenantId());
|