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
20e559a9
Commit
20e559a9
authored
Jan 05, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
550e0566
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
Cost.xml
bailuntec-cost-core/src/main/resources/mapper/Cost.xml
+0
-1
CostCheckSearchMapper.xml
...-core/src/main/resources/mapper/CostCheckSearchMapper.xml
+0
-1
No files found.
bailuntec-cost-core/src/main/resources/mapper/Cost.xml
View file @
20e559a9
...
@@ -381,7 +381,6 @@
...
@@ -381,7 +381,6 @@
<if
test=
" params.keys.createUsercode!=null and params.keys.createUsercode != ''"
>
and
<if
test=
" params.keys.createUsercode!=null and params.keys.createUsercode != ''"
>
and
create_usercode=#{params.keys.createUsercode}
create_usercode=#{params.keys.createUsercode}
</if>
</if>
<if
test=
" params.keys.kindNo!=null and params.keys.kindNo != ''"
>
and kind_no=#{params.keys.kindNo}
</if>
<if
test=
" params.keys.costStatus!=null and params.keys.costStatus != '' and params.keys.costStatus != 10"
>
and
<if
test=
" params.keys.costStatus!=null and params.keys.costStatus != '' and params.keys.costStatus != 10"
>
and
cost_status=#{params.keys.costStatus}
cost_status=#{params.keys.costStatus}
</if>
</if>
...
...
bailuntec-cost-core/src/main/resources/mapper/CostCheckSearchMapper.xml
View file @
20e559a9
...
@@ -53,7 +53,6 @@
...
@@ -53,7 +53,6 @@
<if
test=
" params.keys.createUsercode!=null and params.keys.createUsercode != ''"
>
and
<if
test=
" params.keys.createUsercode!=null and params.keys.createUsercode != ''"
>
and
create_usercode=#{params.keys.createUsercode}
create_usercode=#{params.keys.createUsercode}
</if>
</if>
<if
test=
" params.keys.kindNo!=null and params.keys.kindNo != ''"
>
and kind_no=#{params.keys.kindNo}
</if>
<if
test=
" params.keys.costStatus!=null and params.keys.costStatus != ''"
>
and
<if
test=
" params.keys.costStatus!=null and params.keys.costStatus != ''"
>
and
cost_status=#{params.keys.costStatus}
cost_status=#{params.keys.costStatus}
</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