Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
java_seaskyflowportal
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
班迪
java_seaskyflowportal
Merge requests
!172
Feature/chenmin
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/chenmin
feature/chenmin
into
develop
Overview
0
Commits
2
Pipelines
1
Changes
4
Merged
chenmin
requested to merge
feature/chenmin
into
develop
2 weeks ago
Overview
0
Commits
2
Pipelines
1
Changes
4
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
5cf0d3b7
2 commits,
2 weeks ago
4 files
+
17
−
13
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
ServiceSite/src/main/java/com/seasky/flowportal/service/impl/DianZiXinXi_VerifyReimbursementServiceImpl.java
+
9
−
1
Options
@@ -96,7 +96,7 @@ public class DianZiXinXi_VerifyReimbursementServiceImpl extends VerifyReimbursem
if
(
isSalary
)
{
ExtendFieldCmd
extendFieldCmd
=
cmd
.
getExtendFieldCmd
();
String
extendedField1
=
ObjectUtils
.
isEmpty
(
extendFieldCmd
)
?
""
:
extendFieldCmd
.
getExtendedfield1
();
if
(
"劳务费"
.
equals
(
extendedField1
)
||
"校内代发劳务费"
.
equals
(
extendedField1
))
{
if
(
"劳务费"
.
equals
(
extendedField1
)
||
"校内代发劳务费"
.
equals
(
extendedField1
)
||
"在编财政工资"
.
equals
(
extendedField1
)
)
{
String
eP2_IsComeGoProject
=
super
.
getProjectExtendPropertyValue
(
instanceId
,
cmd
.
getFundsProject
(),
2
);
isSalaryComeGoProject
=
"是"
.
equals
(
eP2_IsComeGoProject
);
}
@@ -414,6 +414,14 @@ public class DianZiXinXi_VerifyReimbursementServiceImpl extends VerifyReimbursem
if
(
"是"
.
equals
(
eP0_IsResearchOrgProject
))
{
result
.
add
(
AssigneeEnum
.
OrgResearchSubLeader
.
getNodeName
());
String
eP3_IsLumpSumProject
=
super
.
getProjectExtendPropertyValue
(
instanceId
,
cmd
.
getFundsProject
(),
3
);
if
(
amount
.
compareTo
(
Constant
.
Amount
.
_2W
)
<=
0
)
{
List
<
String
>
projectChargeList
=
super
.
getProjectChargeList
(
cmd
);
List
<
String
>
projectOrgChargeList
=
super
.
getProjectOrgChargeList
(
cmd
);
boolean
applicantIsProjectCharge
=
projectChargeList
.
contains
(
cmd
.
getApplicantNo
());
boolean
projectChargeIsProjectOrgCharge
=
!
Collections
.
disjoint
(
projectChargeList
,
projectOrgChargeList
);
if
(
applicantIsProjectCharge
||
projectChargeIsProjectOrgCharge
)
result
.
add
(
AssigneeEnum
.
ClaimsEndorser
.
getNodeName
());
}
if
(
amount
.
compareTo
(
Constant
.
Amount
.
_2W
)
>
0
||
"是"
.
equals
(
eP3_IsLumpSumProject
))
{
result
.
add
(
AssigneeEnum
.
ResearchOrg
.
getNodeName
());
if
(
amount
.
compareTo
(
Constant
.
Amount
.
_5W
)
>
0
)
{