|
@@ -889,7 +889,7 @@ public class ParkSystemServiceImpl implements ParkSystemService {
|
|
|
List<Map> objects = dataList != null ? dataList.toJavaList(Map.class) : new ArrayList<>();
|
|
|
List<Map> maps = ParkUtils.sortDateList(objects, ParkType.EXCEPTION.getSort(), true);
|
|
|
if (CollUtil.isNotEmpty(maps)) {
|
|
|
- maps.forEach(x -> x.put("photoUrl", ParkUtils.getExcelPhotoUrl(x.get("imageUrl") == null ? (x.get("outCarPhoto") == null ? x.get("inCarPhoto") : x.get("outCarPhoto")) : x.get("imageUrl"))));
|
|
|
+ maps.forEach(x -> x.put("photoUrl", ParkUtils.getExcelPhotoUrl(x.get("imageUrl") == null ? (x.get("outCarPhoto") == null ? x.get("inCarPhoto") : x.get("outCarPhoto")) : x.get("imageUrl"), paramsCode.equals("noCard"))));
|
|
|
}
|
|
|
InputStream inputStream = ResourceUtil.getStream("temp/exception.xlsx");
|
|
|
File ex = File.createTempFile("exception", ".xlsx");
|