Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-cost-system
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bltdc
dc-cost-system
Commits
02c72d20
Commit
02c72d20
authored
Nov 18, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
91f08aea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
AbstractCostService.java
...er/module/cost/service/impl/cost/AbstractCostService.java
+0
-1
Cost.xml
bailuntec-cost-core/src/main/resources/mapper/Cost.xml
+4
-0
No files found.
bailuntec-cost-core/src/main/java/com/blt/other/module/cost/service/impl/cost/AbstractCostService.java
View file @
02c72d20
...
@@ -239,7 +239,6 @@ public abstract class AbstractCostService implements CostService {
...
@@ -239,7 +239,6 @@ public abstract class AbstractCostService implements CostService {
public
IPage
<
CostDto
>
checkCostList
(
CostApiDto
.
CheckCostListReq
req
)
{
public
IPage
<
CostDto
>
checkCostList
(
CostApiDto
.
CheckCostListReq
req
)
{
IPage
<
CostDomain
>
page
=
new
Page
<>(
req
.
getPageNum
(),
req
.
getPageSize
());
IPage
<
CostDomain
>
page
=
new
Page
<>(
req
.
getPageNum
(),
req
.
getPageSize
());
UserDomain
userDomain
=
userService
.
findByUserid
(
req
.
getUserid
());
return
costDao
.
checkCostList
(
page
,
req
).
convert
(
CostDomain:
:
castToDto
);
return
costDao
.
checkCostList
(
page
,
req
).
convert
(
CostDomain:
:
castToDto
);
}
}
...
...
bailuntec-cost-core/src/main/resources/mapper/Cost.xml
View file @
02c72d20
...
@@ -431,6 +431,10 @@
...
@@ -431,6 +431,10 @@
</if>
</if>
/*部门审核*/
/*部门审核*/
<if
test=
"req.type == 2"
>
<if
test=
"req.type == 2"
>
/*全部 0 待提交 1- 待财务审核 2待出纳付款 3被驳回 4已支付 5已作废 6-待部门审核 7-待财务审核 8-待最终审核人审核*/
<if
test=
" req.status == 1 "
>
and t1.cost_status not in (0,5)
</if>
/*待审核*/
/*待审核*/
<if
test=
" req.status == 2 "
>
<if
test=
" req.status == 2 "
>
and t1.cost_status = 6
and t1.cost_status = 6
...
...
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