Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zjsgfa_mysql
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
zjsgfa_mysql
Commits
b6866692
Commit
b6866692
authored
Jul 25, 2025
by
jiang'yun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
8599e5e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/main/java/com/ruoyi/project/zjsgfa/controller/SjDjjcController.java
+1
-0
src/main/java/com/ruoyi/project/zt/service/impl/DjdcServiceImpl.java
+2
-2
No files found.
src/main/java/com/ruoyi/project/zjsgfa/controller/SjDjjcController.java
View file @
b6866692
...
@@ -344,6 +344,7 @@ public class SjDjjcController extends BaseController
...
@@ -344,6 +344,7 @@ public class SjDjjcController extends BaseController
if
(
row
==
null
){
if
(
row
==
null
){
continue
;
continue
;
}
}
SjDzfc
sjDzfc
=
new
SjDzfc
();
SjDzfc
sjDzfc
=
new
SjDzfc
();
sjDzfc
.
setSjjh
(
jh
);
sjDzfc
.
setSjjh
(
jh
);
sjDzfc
.
setYjjh1
(
yjjh1
);
sjDzfc
.
setYjjh1
(
yjjh1
);
...
...
src/main/java/com/ruoyi/project/zt/service/impl/DjdcServiceImpl.java
View file @
b6866692
...
@@ -309,8 +309,8 @@ public class DjdcServiceImpl implements DjdcService {
...
@@ -309,8 +309,8 @@ public class DjdcServiceImpl implements DjdcService {
String
zwsj
=
""
;
String
zwsj
=
""
;
Jswa
jswap
=
new
Jswa
();
Jswa
jswap
=
new
Jswa
();
jswap
.
setKsrq
(
item
.
getKssj
(
));
jswap
.
setKsrq
(
DateUtils
.
parseDateToStr
(
"yyyy-MM-dd"
,
DateUtils
.
parseDate
(
item
.
getKssj
())
));
jswap
.
setJsrq
(
item
.
getJssj
(
));
jswap
.
setJsrq
(
DateUtils
.
parseDateToStr
(
"yyyy-MM-dd"
,
DateUtils
.
parseDate
(
item
.
getJssj
())
));
jswap
.
setJs
(
item
.
getJs
());
jswap
.
setJs
(
item
.
getJs
());
jswap
.
setJh
(
item
.
getJh
());
jswap
.
setJh
(
item
.
getJh
());
Jswa
jswaZwsj
=
jswaMapper
.
selectZwsj
(
jswap
);
Jswa
jswaZwsj
=
jswaMapper
.
selectZwsj
(
jswap
);
...
...
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