|
|
@@ -163,9 +163,9 @@ public class JxlsExportTestServiceImpl implements JxlsExportTestService {
|
|
|
log.info("workLogTplVO is null:{}");
|
|
|
return null;
|
|
|
}
|
|
|
- byte driverOneSignUrl[] = getImageBytes(workLogTplVO.getWorkCycle().getDriverOneSignUrl());
|
|
|
- byte driverTwoSignUrl[] = getImageBytes(workLogTplVO.getWorkCycle().getDriverTwoSignUrl());
|
|
|
- byte escortSignUrl[] = getImageBytes(workLogTplVO.getWorkCycle().getEscortSignUrl());
|
|
|
+ byte driverOneSignUrl[] = getImageBytes("https://dwx.auyen.com/" + workLogTplVO.getWorkCycle().getDriverOneSignUrl());
|
|
|
+ byte driverTwoSignUrl[] = getImageBytes("https://dwx.auyen.com/" + workLogTplVO.getWorkCycle().getDriverTwoSignUrl());
|
|
|
+ byte escortSignUrl[] = getImageBytes("https://dwx.auyen.com/" + workLogTplVO.getWorkCycle().getEscortSignUrl());
|
|
|
|
|
|
// 获取模板文件
|
|
|
String tplfileName = "work_log_tpl.xlsx";
|