Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dcs-doc-expand
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
INET-TWO
server
dcs-doc-expand
Commits
dab44b67
Commit
dab44b67
authored
Nov 12, 2024
by
wei
🎱
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
模板路径
parent
320f43c6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
TransferDocumentUtils.java
...inet/dcs/document/core/factory/TransferDocumentUtils.java
+4
-2
No files found.
inet-doc-expand-core/src/main/java/com/inet/dcs/document/core/factory/TransferDocumentUtils.java
View file @
dab44b67
...
@@ -52,9 +52,11 @@ public class TransferDocumentUtils {
...
@@ -52,9 +52,11 @@ public class TransferDocumentUtils {
* @return
* @return
*/
*/
public
void
settingData
(
ExtTransferDocumentVO
extTransferDocumentVO
,
DxWfProcessInfoVO
wfProcessInfoVO
)
{
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
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文件
//生成特定的文档目录,保存生成的word文件
FileUtil
.
mkdir
(
outFilePath
);
FileUtil
.
mkdir
(
outFilePath
);
JSONObject
jsonObject
=
new
JSONObject
();
JSONObject
jsonObject
=
new
JSONObject
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment