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
23d83cf2
Commit
23d83cf2
authored
Dec 29, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
035c615f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
14 deletions
+12
-14
CheckCostListReq.java
...m/blt/other/module/cost/dto/request/CheckCostListReq.java
+0
-2
Cost.xml
bailuntec-cost-core/src/main/resources/mapper/Cost.xml
+12
-12
No files found.
bailuntec-cost-core/src/main/java/com/blt/other/module/cost/dto/request/CheckCostListReq.java
View file @
23d83cf2
...
@@ -25,6 +25,4 @@ public class CheckCostListReq {
...
@@ -25,6 +25,4 @@ public class CheckCostListReq {
@ApiModelProperty
(
"1- 全部 2-待审核 3-已手动审核 4-已自动审核"
)
@ApiModelProperty
(
"1- 全部 2-待审核 3-已手动审核 4-已自动审核"
)
Integer
status
;
Integer
status
;
private
String
costNo
;
private
String
costNo
;
private
String
bankCardUser
;
}
}
bailuntec-cost-core/src/main/resources/mapper/Cost.xml
View file @
23d83cf2
...
@@ -470,8 +470,8 @@
...
@@ -470,8 +470,8 @@
left join cost_current_reviewer t3 on t1.cost_no = t3.cost_no and t3.oa_user_id = #{req.userid}
left join cost_current_reviewer t3 on t1.cost_no = t3.cost_no and t3.oa_user_id = #{req.userid}
where t1.cost_status = 6
where t1.cost_status = 6
and t3.id is not null
and t3.id is not null
<if
test=
"req.
bankCardUser !=null and req.bankCardUser
!=''"
>
<if
test=
"req.
costNo !=null and req.costNo
!=''"
>
and
t1.bank_card_user like concat('%',#{req.bankCardUser},'%'
)
and
(t1.bank_card_user like concat('%',#{req.costNo},'%') or t1.cost_no = #{req.costNo}
)
</if>
</if>
</select>
</select>
...
@@ -488,8 +488,8 @@
...
@@ -488,8 +488,8 @@
left join cost_current_reviewer t3 on t1.cost_no = t3.cost_no and t3.oa_user_id = #{req.userid}
left join cost_current_reviewer t3 on t1.cost_no = t3.cost_no and t3.oa_user_id = #{req.userid}
where t1.cost_status = 6
where t1.cost_status = 6
and t3.id is not null
and t3.id is not null
<if
test=
"req.
bankCardUser !=null and req.bankCardUser
!=''"
>
<if
test=
"req.
costNo !=null and req.costNo
!=''"
>
and
t1.bank_card_user like concat('%',#{req.bankCardUser},'%'
)
and
(t1.bank_card_user like concat('%',#{req.costNo},'%') or t1.cost_no = #{req.costNo}
)
</if>
</if>
</select>
</select>
...
@@ -501,8 +501,8 @@
...
@@ -501,8 +501,8 @@
left join cost_current_reviewer t3 on t1.cost_no = t3.cost_no and t3.oa_user_id = #{req.userid}
left join cost_current_reviewer t3 on t1.cost_no = t3.cost_no and t3.oa_user_id = #{req.userid}
where t1.cost_status not in (0, 3, 5)
where t1.cost_status not in (0, 3, 5)
and t2.id is not null
and t2.id is not null
<if
test=
"req.
bankCardUser !=null and req.bankCardUser
!=''"
>
<if
test=
"req.
costNo !=null and req.costNo
!=''"
>
and
t1.bank_card_user like concat('%',#{req.bankCardUser},'%'
)
and
(t1.bank_card_user like concat('%',#{req.costNo},'%') or t1.cost_no = #{req.costNo}
)
</if>
</if>
</select>
</select>
...
@@ -514,8 +514,8 @@
...
@@ -514,8 +514,8 @@
left join cost_current_reviewer t3 on t1.cost_no = t3.cost_no and t3.oa_user_id = #{req.userid}
left join cost_current_reviewer t3 on t1.cost_no = t3.cost_no and t3.oa_user_id = #{req.userid}
where t1.cost_status not in (0, 3, 5)
where t1.cost_status not in (0, 3, 5)
and t2.id is not null
and t2.id is not null
<if
test=
"req.
bankCardUser !=null and req.bankCardUser
!=''"
>
<if
test=
"req.
costNo !=null and req.costNo
!=''"
>
and
t1.bank_card_user like concat('%',#{req.bankCardUser},'%'
)
and
(t1.bank_card_user like concat('%',#{req.costNo},'%') or t1.cost_no = #{req.costNo}
)
</if>
</if>
</select>
</select>
...
@@ -526,8 +526,8 @@
...
@@ -526,8 +526,8 @@
left join cost_current_reviewer t3 on t1.cost_no = t3.cost_no and t3.oa_user_id = #{req.userid}
left join cost_current_reviewer t3 on t1.cost_no = t3.cost_no and t3.oa_user_id = #{req.userid}
where t1.cost_status = 6
where t1.cost_status = 6
and t3.id is not null
and t3.id is not null
<if
test=
"req.
bankCardUser !=null and req.bankCardUser
!=''"
>
<if
test=
"req.
costNo !=null and req.costNo
!=''"
>
and t1.bank_card_user like concat('%',#{req.bankCardUser},'%'
)
and (t1.bank_card_user like concat('%',#{req.costNo},'%') or t1.cost_no = #{req.costNo}
)
</if>
</if>
</select>
</select>
...
@@ -538,8 +538,8 @@
...
@@ -538,8 +538,8 @@
left join cost_current_reviewer t3 on t1.cost_no = t3.cost_no and t3.oa_user_id = #{req.userid}
left join cost_current_reviewer t3 on t1.cost_no = t3.cost_no and t3.oa_user_id = #{req.userid}
where t1.cost_status = 9
where t1.cost_status = 9
and t3.id is not null
and t3.id is not null
<if
test=
"req.
bankCardUser !=null and req.bankCardUser
!=''"
>
<if
test=
"req.
costNo !=null and req.costNo
!=''"
>
and
t1.bank_card_user like concat('%',#{req.bankCardUser},'%'
)
and
(t1.bank_card_user like concat('%',#{req.costNo},'%') or t1.cost_no = #{req.costNo}
)
</if>
</if>
</select>
</select>
...
...
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