Commit dab44b67 authored by wei's avatar wei 🎱

模板路径

parent 320f43c6
......@@ -52,9 +52,11 @@ public class TransferDocumentUtils {
* @return
*/
public void settingData(ExtTransferDocumentVO extTransferDocumentVO, DxWfProcessInfoVO wfProcessInfoVO) {
String path = Constants.MTEMPLATE_ABSOLUTE_PATH;
//String path = Constants.MTEMPLATE_ABSOLUTE_PATH;
String path = com.yonde.dcs.plan.common.constants.Constants.MTEMPLATE_ABSOLUTE_PATH;
String file = extTransferDocumentVO.getSubTypeName();
String outFilePath = Constants.MERGER_FILE_ABSOLUTE_PATH + extTransferDocumentVO.getSubTypeName() + "\\" + extTransferDocumentVO.getNumber() + "\\";
String outFilePath = com.yonde.dcs.plan.common.constants.Constants.MERGER_FILE_ABSOLUTE_PATH +
extTransferDocumentVO.getSubTypeName() + "\\" + extTransferDocumentVO.getNumber() + "\\";
//生成特定的文档目录,保存生成的word文件
FileUtil.mkdir(outFilePath);
JSONObject jsonObject = new JSONObject();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment