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
448c42d3
Commit
448c42d3
authored
Sep 27, 2021
by
liyanlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
fa93ceff
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Cost.xml
cost-service/src/main/resources/mapper/Cost.xml
+1
-0
No files found.
cost-service/src/main/resources/mapper/Cost.xml
View file @
448c42d3
...
@@ -283,6 +283,7 @@
...
@@ -283,6 +283,7 @@
select c.* from cost c
select c.* from cost c
left join cost_current_reviewer ccr on ccr.cost_no = c.cost_no
left join cost_current_reviewer ccr on ccr.cost_no = c.cost_no
where ccr.oa_user_id = #{req.userid}
where ccr.oa_user_id = #{req.userid}
and c.cost_status != 5
<if
test=
"req.costNo !=null and req.costNo !=''"
>
and c.cost_no like concat('%',#{req.costNo},'%')
</if>
<if
test=
"req.costNo !=null and req.costNo !=''"
>
and c.cost_no like concat('%',#{req.costNo},'%')
</if>
<if
test=
"req.companyNo!=null and req.companyNo!='' "
>
and c.company_no = #{req.companyNo}
</if>
<if
test=
"req.companyNo!=null and req.companyNo!='' "
>
and c.company_no = #{req.companyNo}
</if>
<if
test=
"req.costForm!=null"
>
and c.cost_form = #{req.costForm}
</if>
<if
test=
"req.costForm!=null"
>
and c.cost_form = #{req.costForm}
</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