Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bailuntec-cost
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
huluobin
bailuntec-cost
Commits
ec0b48f4
Commit
ec0b48f4
authored
Jan 21, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 3.0
parents
ccd9f174
80e2ab03
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Cost.xml
cost-service/src/main/resources/mapper/Cost.xml
+2
-1
No files found.
cost-service/src/main/resources/mapper/Cost.xml
View file @
ec0b48f4
...
@@ -149,6 +149,7 @@
...
@@ -149,6 +149,7 @@
from cost t1
from cost t1
left join cost_current_reviewer tt on t1.cost_no = tt.cost_no
left join cost_current_reviewer tt on t1.cost_no = tt.cost_no
where tt.oa_user_id =#{req.oaUserId}
where tt.oa_user_id =#{req.oaUserId}
and t1.cost_status != 5
<if
test=
" req.startTime!=null"
>
<if
test=
" req.startTime!=null"
>
and t1.create_time
>
=#{req.startTime}
and t1.create_time
>
=#{req.startTime}
</if>
</if>
...
@@ -169,7 +170,7 @@
...
@@ -169,7 +170,7 @@
select *
select *
from cost
from cost
where create_userid = #{req.oaUserId}
where create_userid = #{req.oaUserId}
and cost_status in (6,7,8,9)
and cost_status in (
4,
6,7,8,9)
<if
test=
" req.startTime!=null"
>
<if
test=
" req.startTime!=null"
>
and create_time
>
=#{req.startTime}
and create_time
>
=#{req.startTime}
</if>
</if>
...
...
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