|
|
@ -212,8 +212,8 @@ public class ScmApplyInboundQueryService extends MybatisBaseService<ScmApplyInbo |
|
|
|
String targetPath = sourcePath + dateStr; |
|
|
|
if (printerType.equals("针孔式打印机")){ |
|
|
|
WordUtils.creatWord(dataMap, "cgrkdzks", sourcePath, targetPath, typeName); |
|
|
|
}else if (printerType.equals("喷墨式打印机")){ |
|
|
|
WordUtils.creatWord(dataMap, "cgrkdpms", sourcePath, targetPath, typeName); |
|
|
|
}else if (printerType.equals("激光打印机")){ |
|
|
|
WordUtils.creatWord(dataMap, "cgrkdjg", sourcePath, targetPath, typeName); |
|
|
|
} |
|
|
|
//新生成的word路径
|
|
|
|
String wordPath = targetPath + "\\" + typeName; |
|
|
|