|
@@ -303,11 +303,11 @@ public class AuditPathsServiceImpl implements IAuditPathsService {
|
|
String time = now.toString();
|
|
String time = now.toString();
|
|
objectMap.put("billTime",time);
|
|
objectMap.put("billTime",time);
|
|
}
|
|
}
|
|
- if (objectMap.get("auditOpTime")==null){
|
|
|
|
- LocalDateTime now = LocalDateTime.now();
|
|
|
|
- String time = now.toString();
|
|
|
|
- objectMap.put("auditItem",time);
|
|
|
|
- }
|
|
|
|
|
|
+// if (objectMap.get("auditOpTime")==null){
|
|
|
|
+// LocalDateTime now = LocalDateTime.now();
|
|
|
|
+// String time = now.toString();
|
|
|
|
+// objectMap.put("auditOpTime",time);
|
|
|
|
+// }
|
|
}
|
|
}
|
|
return AjaxResult.success(mapList);
|
|
return AjaxResult.success(mapList);
|
|
}
|
|
}
|