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
d409044e
Commit
d409044e
authored
Jan 13, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# 费用系统 审批列表改成根据用户id搜索
parent
2ce5e2d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CheckCostListReq.java
...m/blt/other/module/cost/dto/request/CheckCostListReq.java
+1
-1
Cost.xml
cost-service/src/main/resources/mapper/Cost.xml
+2
-2
No files found.
cost-service/src/main/java/com/blt/other/module/cost/dto/request/CheckCostListReq.java
View file @
d409044e
...
@@ -41,5 +41,5 @@ public class CheckCostListReq {
...
@@ -41,5 +41,5 @@ public class CheckCostListReq {
private
Integer
costStatus
;
private
Integer
costStatus
;
@ApiModelProperty
(
"创建人(模糊搜索) "
)
@ApiModelProperty
(
"创建人(模糊搜索) "
)
private
String
createUser
name
;
private
String
createUser
Id
;
}
}
cost-service/src/main/resources/mapper/Cost.xml
View file @
d409044e
...
@@ -466,8 +466,8 @@
...
@@ -466,8 +466,8 @@
<if
test=
"req.costStatus!=null "
>
<if
test=
"req.costStatus!=null "
>
and t1.cost_status = #{req.costStatus}
and t1.cost_status = #{req.costStatus}
</if>
</if>
<if
test=
"req.createUser
name!=null and req.createUsername!=''
"
>
<if
test=
"req.createUser
Id!=null
"
>
and t1.create_user
name = #{req.createUsername
}
and t1.create_user
id = #{req.createUserId
}
</if>
</if>
</sql>
</sql>
...
...
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