Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
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
c0048f8a
Commit
c0048f8a
authored
5 months ago
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
77
parent
b240a96f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
ComUnitServiceImpl.java
.../com/yiboshi/science/service/impl/ComUnitServiceImpl.java
+5
-5
ComProjectDAO.xml
science-admin/src/main/resources/mapper/ComProjectDAO.xml
+1
-1
No files found.
science-admin/src/main/java/com/yiboshi/science/service/impl/ComUnitServiceImpl.java
View file @
c0048f8a
...
...
@@ -434,7 +434,7 @@ public class ComUnitServiceImpl extends BaseServiceImpl<ComUnitDAO, ComUnitQuery
||
StringUtils
.
isEmpty
(
unit
.
getLinkName
())
||
StringUtils
.
isEmpty
(
unit
.
getTelephone
())
||
StringUtils
.
isEmpty
(
unit
.
getEmail
())
||
StringUtils
.
isEmpty
(
unit
.
getFax
())
//
|| StringUtils.isEmpty(unit.getFax())
||
StringUtils
.
isEmpty
(
unit
.
getOrganizationCode
())
||
StringUtils
.
isEmpty
(
unit
.
getRegisteredAddress
())
||
StringUtils
.
isEmpty
(
unit
.
getPostCode
())
...
...
@@ -442,10 +442,10 @@ public class ComUnitServiceImpl extends BaseServiceImpl<ComUnitDAO, ComUnitQuery
||
Objects
.
isNull
(
unit
.
getWorkforce
())
||
Objects
.
isNull
(
unit
.
getSpecializedPersonnel
())
||
Objects
.
isNull
(
unit
.
getResearchPersonnel
())
||
StringUtils
.
isEmpty
(
unit
.
getDepositBank
())
||
StringUtils
.
isEmpty
(
unit
.
getBankAccount
())
||
StringUtils
.
isEmpty
(
unit
.
getDepositBankAddress
())
||
StringUtils
.
isEmpty
(
unit
.
getInterbankNumber
())
//
|| StringUtils.isEmpty(unit.getDepositBank())
//
|| StringUtils.isEmpty(unit.getBankAccount())
//
|| StringUtils.isEmpty(unit.getDepositBankAddress())
//
|| StringUtils.isEmpty(unit.getInterbankNumber())
)
{
return
false
;
}
...
...
This diff is collapsed.
Click to expand it.
science-admin/src/main/resources/mapper/ComProjectDAO.xml
View file @
c0048f8a
...
...
@@ -48,7 +48,7 @@
c.id download_id,c.download_url,c.file_name
from com_project a
left join com_project_basic ic on a.id=ic.proj_id
left join system_parameter b on a.knowledge_id=b.id
left join system_parameter b on a.knowledge_id=b.id
and b.type_id=68
left join com_download c on ic.file_id=c.id
where a.id = #{id}
</select>
...
...
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