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
9342f496
Commit
9342f496
authored
Jul 16, 2025
by
jiang'yun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
6cbd8ab5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
src/main/java/com/ruoyi/project/zt/service/impl/DjdcServiceImpl.java
+2
-4
No files found.
src/main/java/com/ruoyi/project/zt/service/impl/DjdcServiceImpl.java
View file @
9342f496
...
@@ -1467,6 +1467,7 @@ public class DjdcServiceImpl implements DjdcService {
...
@@ -1467,6 +1467,7 @@ public class DjdcServiceImpl implements DjdcService {
@Override
@Override
public
List
<
Ljjw
>
getLjjwList
(
CommonParam
param
)
{
public
List
<
Ljjw
>
getLjjwList
(
CommonParam
param
)
{
if
(
StringUtils
.
isNotEmpty
(
param
.
getJh
())){
Jsba
jsba
=
jsbaMapper
.
selectJsbaByJh
(
param
.
getJh
());
Jsba
jsba
=
jsbaMapper
.
selectJsbaByJh
(
param
.
getJh
());
if
(
jsba
!=
null
){
if
(
jsba
!=
null
){
param
.
setJkhzb
(
jsba
.
getJkhzb
());
param
.
setJkhzb
(
jsba
.
getJkhzb
());
...
@@ -1476,10 +1477,7 @@ public class DjdcServiceImpl implements DjdcService {
...
@@ -1476,10 +1477,7 @@ public class DjdcServiceImpl implements DjdcService {
}
else
{
}
else
{
return
new
ArrayList
<>();
return
new
ArrayList
<>();
}
}
}
return
djdcInfoMapper
.
getLjjwList
(
param
);
return
djdcInfoMapper
.
getLjjwList
(
param
);
}
}
...
...
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