Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
Y
yn-health-science
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
徐俊
yn-health-science
Commits
db6118b1
Commit
db6118b1
authored
Aug 19, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4e6ac35f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
ComProjectAuditServiceImpl.java
...oshi/science/service/impl/ComProjectAuditServiceImpl.java
+1
-1
TaskInfoToPDFUtil.java
...ain/java/com/yiboshi/science/utils/TaskInfoToPDFUtil.java
+0
-0
No files found.
science-admin/src/main/java/com/yiboshi/science/service/impl/ComProjectAuditServiceImpl.java
View file @
db6118b1
...
@@ -98,7 +98,7 @@ public class ComProjectAuditServiceImpl extends BaseServiceImpl<ComProjectAuditD
...
@@ -98,7 +98,7 @@ public class ComProjectAuditServiceImpl extends BaseServiceImpl<ComProjectAuditD
criteria
.
like
(
"cert_id"
,
vo
.
getCertId
());
criteria
.
like
(
"cert_id"
,
vo
.
getCertId
());
}
}
if
(
Objects
.
nonNull
(
vo
.
getAppPersonName
()))
{
if
(
Objects
.
nonNull
(
vo
.
getAppPersonName
()))
{
criteria
.
like
(
"person_name"
,
vo
.
getAppPersonName
());
criteria
.
like
(
"
e.
person_name"
,
vo
.
getAppPersonName
());
}
}
if
(
Objects
.
nonNull
(
vo
.
getCheckYear
()))
{
if
(
Objects
.
nonNull
(
vo
.
getCheckYear
()))
{
criteria
.
eq
(
"check_year"
,
vo
.
getCheckYear
());
criteria
.
eq
(
"check_year"
,
vo
.
getCheckYear
());
...
...
science-admin/src/main/java/com/yiboshi/science/utils/TaskInfoToPDFUtil.java
View file @
db6118b1
This diff is collapsed.
Click to expand it.
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