|
|
@ -203,7 +203,7 @@ public class BusHandoverService extends MybatisBaseService<BusHandoverMapper, Bu |
|
|
|
busHandoverListVo.setName(MessageFormat.format("《{0}》", BuscenterFileEnum.ENTRUST_CONFIRM_IMAGES.getMark())); |
|
|
|
busHandoverListVo.setDownloadUrl(docPdfComponent.getPrefixTemplateUrl() + future2.get()); |
|
|
|
list.add(busHandoverListVo); |
|
|
|
String str = future1.get(); |
|
|
|
String str = future2.get(); |
|
|
|
buscenterFile = new BuscenterFile(); |
|
|
|
buscenterFile.setLinkSid(busHandover.getSid()); |
|
|
|
buscenterFile.setFilePath(future2.get()); |
|
|
@ -225,7 +225,7 @@ public class BusHandoverService extends MybatisBaseService<BusHandoverMapper, Bu |
|
|
|
busHandoverListVo.setName(MessageFormat.format("《{0}》", BuscenterFileEnum.ENTRUST_IMAGES.getMark())); |
|
|
|
busHandoverListVo.setDownloadUrl(docPdfComponent.getPrefixTemplateUrl() + future3.get()); |
|
|
|
list.add(busHandoverListVo); |
|
|
|
String str = future1.get(); |
|
|
|
String str = future3.get(); |
|
|
|
buscenterFile = new BuscenterFile(); |
|
|
|
buscenterFile.setLinkSid(busHandover.getSid()); |
|
|
|
buscenterFile.setFilePath(future3.get()); |
|
|
@ -247,7 +247,7 @@ public class BusHandoverService extends MybatisBaseService<BusHandoverMapper, Bu |
|
|
|
busHandoverListVo.setName(MessageFormat.format("《{0}》", BuscenterFileEnum.EXIT_TICKET_IMAGES.getMark())); |
|
|
|
busHandoverListVo.setDownloadUrl(docPdfComponent.getPrefixTemplateUrl() + future4.get()); |
|
|
|
list.add(busHandoverListVo); |
|
|
|
String str = future1.get(); |
|
|
|
String str = future4.get(); |
|
|
|
buscenterFile = new BuscenterFile(); |
|
|
|
buscenterFile.setLinkSid(busHandover.getSid()); |
|
|
|
buscenterFile.setFilePath(future4.get()); |
|
|
@ -441,6 +441,7 @@ public class BusHandoverService extends MybatisBaseService<BusHandoverMapper, Bu |
|
|
|
if (staffinfoDetailsVo != null) { |
|
|
|
map.put("apply", staffinfoDetailsVo.getName()); |
|
|
|
} |
|
|
|
map.put("contract",busHandover.getContractNo()); |
|
|
|
map.put("orgName", commonContract.getPartyA()); |
|
|
|
map.put("name", busHandover.getCustomerName()); |
|
|
|
List<BusItemVo> list = busHandoverItemsService.getList(sid); |
|
|
|