Browse Source

操作票浏览修改

zhongwei
段飞宇 1 year ago
parent
commit
806cdb64ca
  1. 2
      hzims-service/ticket/src/main/java/com/hnac/hzims/ticket/standardTicket/service/impl/OperationTicketServiceImpl.java
  2. BIN
      hzims-service/ticket/src/main/resources/template/电气操作票.docx

2
hzims-service/ticket/src/main/java/com/hnac/hzims/ticket/standardTicket/service/impl/OperationTicketServiceImpl.java

@ -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();

BIN
hzims-service/ticket/src/main/resources/template/电气操作票.docx

Binary file not shown.
Loading…
Cancel
Save