|
@@ -163,7 +163,7 @@ public class RyTask
|
|
|
}else{
|
|
|
industry = recordMap.get(k);
|
|
|
}
|
|
|
- industry.setTestTime(k);
|
|
|
+ industry.setTestTime(k + ":00");
|
|
|
//2024年4月15日11:19:52 额外增加2个字段
|
|
|
industry.setTestDate(k.substring(0,10));
|
|
|
industry.setTestHour(k.substring(0,13));
|
|
@@ -489,7 +489,7 @@ public class RyTask
|
|
|
}else{
|
|
|
industry = recordMap.get(k);
|
|
|
}
|
|
|
- industry.setTestTime(k);
|
|
|
+ industry.setTestTime(k + ":00");
|
|
|
//2024年4月15日11:19:52 额外增加2个字段
|
|
|
industry.setTestDate(k.substring(0,10));
|
|
|
industry.setTestHour(k.substring(0,13));
|