|
|
@ -472,7 +472,7 @@ public class OperationTicketServiceImpl implements OperationTicketService { |
|
|
|
Map<String, Object> map = PdfUtils.objectToMap(measure); |
|
|
|
Map<String, Object> map = PdfUtils.objectToMap(measure); |
|
|
|
map.put("index", index.get()); |
|
|
|
map.put("index", index.get()); |
|
|
|
map.put("status", TicketConstants.MATTER_FINISH_STATUS.equals(measure.getStatus()) ? "√" : ""); |
|
|
|
map.put("status", TicketConstants.MATTER_FINISH_STATUS.equals(measure.getStatus()) ? "√" : ""); |
|
|
|
map.put("operationTime", measure.getOperationTime()); |
|
|
|
// map.put("operationTime", measure.getOperationTime());
|
|
|
|
map.put("hello", ""); |
|
|
|
map.put("hello", ""); |
|
|
|
map.put("hello1", ""); |
|
|
|
map.put("hello1", ""); |
|
|
|
index.getAndIncrement(); |
|
|
|
index.getAndIncrement(); |
|
|
|