Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
qianhe-ydsj
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jiangyun
qianhe-ydsj
Commits
099cabbf
Commit
099cabbf
authored
Sep 25, 2025
by
wangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2025-09-22 wj 整体修改3
parent
6bc7ac6e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
qianhe-ydsj/src/main/java/com/qianhe/controller/SjLhscController.java
+10
-10
No files found.
qianhe-ydsj/src/main/java/com/qianhe/controller/SjLhscController.java
View file @
099cabbf
...
...
@@ -167,11 +167,11 @@ public class SjLhscController extends BaseController
@Log
(
title
=
"三基-例会上传"
,
businessType
=
BusinessType
.
INSERT
)
@PostMapping
public
AjaxResult
add
(
@RequestBody
SjLhsc
sjLhsc
)
throws
Exception
{
sjLhsc
.
setYxqk
(
URLDecoder
.
decode
(
sjLhsc
.
getYxqk
(),
"utf-8"
));
sjLhsc
.
setJjwt
(
URLDecoder
.
decode
(
sjLhsc
.
getJjwt
(),
"utf-8"
));
sjLhsc
.
setTgjy
(
URLDecoder
.
decode
(
sjLhsc
.
getTgjy
(),
"utf-8"
));
sjLhsc
.
setLdyq
(
URLDecoder
.
decode
(
sjLhsc
.
getLdyq
(),
"utf-8"
));
sjLhsc
.
setCzwt
(
URLDecoder
.
decode
(
sjLhsc
.
getCzwt
(),
"utf-8"
));
//
sjLhsc.setYxqk(URLDecoder.decode(sjLhsc.getYxqk(), "utf-8"));
//
sjLhsc.setJjwt(URLDecoder.decode(sjLhsc.getJjwt(), "utf-8"));
//
sjLhsc.setTgjy(URLDecoder.decode(sjLhsc.getTgjy(), "utf-8"));
//
sjLhsc.setLdyq(URLDecoder.decode(sjLhsc.getLdyq(), "utf-8"));
//
sjLhsc.setCzwt(URLDecoder.decode(sjLhsc.getCzwt(), "utf-8"));
int
i
=
sjLhscService
.
insertSjLhsc
(
sjLhsc
);
...
...
@@ -189,11 +189,11 @@ public class SjLhscController extends BaseController
@Log
(
title
=
"三基-例会上传"
,
businessType
=
BusinessType
.
UPDATE
)
@PutMapping
public
AjaxResult
edit
(
@RequestBody
SjLhsc
sjLhsc
)
throws
UnsupportedEncodingException
{
sjLhsc
.
setYxqk
(
URLDecoder
.
decode
(
sjLhsc
.
getYxqk
(),
"utf-8"
));
sjLhsc
.
setJjwt
(
URLDecoder
.
decode
(
sjLhsc
.
getJjwt
(),
"utf-8"
));
sjLhsc
.
setTgjy
(
URLDecoder
.
decode
(
sjLhsc
.
getTgjy
(),
"utf-8"
));
sjLhsc
.
setLdyq
(
URLDecoder
.
decode
(
sjLhsc
.
getLdyq
(),
"utf-8"
));
sjLhsc
.
setCzwt
(
URLDecoder
.
decode
(
sjLhsc
.
getCzwt
(),
"utf-8"
));
//
sjLhsc.setYxqk(URLDecoder.decode(sjLhsc.getYxqk(), "utf-8"));
//
sjLhsc.setJjwt(URLDecoder.decode(sjLhsc.getJjwt(), "utf-8"));
//
sjLhsc.setTgjy(URLDecoder.decode(sjLhsc.getTgjy(), "utf-8"));
//
sjLhsc.setLdyq(URLDecoder.decode(sjLhsc.getLdyq(), "utf-8"));
//
sjLhsc.setCzwt(URLDecoder.decode(sjLhsc.getCzwt(), "utf-8"));
String
fileListStr1
=
sjLhsc
.
getFileListStr1
();
...
...
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