Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
39799ccd
Commit
39799ccd
authored
Mar 21, 2025
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加事项备注字段
parent
50ae9fab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
base-manager/src/main/java/com/mortals/xhx/module/matter/web/MatterController.java
...a/com/mortals/xhx/module/matter/web/MatterController.java
+2
-2
No files found.
base-manager/src/main/java/com/mortals/xhx/module/matter/web/MatterController.java
View file @
39799ccd
...
@@ -318,7 +318,7 @@ public class MatterController extends BaseCRUDJsonBodyMappingController<MatterSe
...
@@ -318,7 +318,7 @@ public class MatterController extends BaseCRUDJsonBodyMappingController<MatterSe
@GetMapping
(
value
=
"genMatterTxt"
)
@GetMapping
(
value
=
"genMatterTxt"
)
@UnAuth
@UnAuth
public
String
genMatterTxt
(
@RequestParam
(
value
=
"areaCode"
,
defaultValue
=
""
)
String
areaCode
public
String
genMatterTxt
(
@RequestParam
(
value
=
"areaCode"
,
defaultValue
=
""
)
String
areaCode
,
@RequestParam
(
value
=
"genFilePath"
,
defaultValue
=
"/home/txt"
)
String
genFilePath
)
{
,
@RequestParam
(
value
=
"genFilePath"
,
defaultValue
=
"/home/txt
/
"
)
String
genFilePath
)
{
Rest
<
Object
>
ret
=
new
Rest
<>();
Rest
<
Object
>
ret
=
new
Rest
<>();
Map
<
String
,
Object
>
model
=
new
HashMap
<>();
Map
<
String
,
Object
>
model
=
new
HashMap
<>();
String
busiDesc
=
"生成文本"
+
this
.
getModuleDesc
();
String
busiDesc
=
"生成文本"
+
this
.
getModuleDesc
();
...
@@ -347,7 +347,7 @@ public class MatterController extends BaseCRUDJsonBodyMappingController<MatterSe
...
@@ -347,7 +347,7 @@ public class MatterController extends BaseCRUDJsonBodyMappingController<MatterSe
//http://192.168.0.98:11071/home/txt/
//http://192.168.0.98:11071/home/txt/
// model.put(MESSAGE_INFO, "异步生成文件中,请稍后查看文件!,文件访问地址:http://192.168.0.98:11071" + genFilePath+"/");
// model.put(MESSAGE_INFO, "异步生成文件中,请稍后查看文件!,文件访问地址:http://192.168.0.98:11071" + genFilePath+"/");
return
"异步生成文件中,请稍后查看文件!,文件访问地址: http://192.168.0.98:11071"
+
genFilePath
+
"/"
;
return
"异步生成文件中,请稍后查看文件!,文件访问地址: http://192.168.0.98:11071"
+
genFilePath
;
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
code
=
VALUE_RESULT_FAILURE
;
code
=
VALUE_RESULT_FAILURE
;
...
...
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