|
|
@@ -621,7 +621,7 @@ public class TauvInspectDriverServiceImpl extends BaseServiceImpl<TauvInspectDri |
|
|
|
// driver.setFormatExecutionStartTime(FunctionUtils.formatTime(driver.getExecutionStartTime(), "yyyy-MM-dd HH:mm:ss")); |
|
|
|
// driver.setFormatExecutionEndTime(FunctionUtils.formatTime(driver.getExecutionEndTime(), "yyyy-MM-dd HH:mm:ss")); |
|
|
|
driver.setFormatCreateTime(DateUtil.format(driver.getCreateTime(), "yyyy-MM-dd HH:mm:ss")); |
|
|
|
driver.setFormatInspectTime(DateUtil.format(driver.getInspectTime(), "yyyy-MM-dd HH:mm:ss")); |
|
|
|
driver.setFormatInspectTime(DateUtil.format(driver.getInspectTime(), "yyyy-MM-dd")); |
|
|
|
if (!StringUtils.isEmpty(driver.getExecutionTime())) { |
|
|
|
driver.setFormatExecutionTime(DateUtil.format(driver.getExecutionTime(), "yyyy-MM-dd")); |
|
|
|
} |