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
a7c080ea
Commit
a7c080ea
authored
Jan 16, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# 费用系统 小程序
parent
b921624b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
AppCheckCostListReq.java
...lt/other/module/cost/dto/request/AppCheckCostListReq.java
+1
-0
AppCostListReq.java
...com/blt/other/module/cost/dto/request/AppCostListReq.java
+2
-0
Cost.xml
cost-service/src/main/resources/mapper/Cost.xml
+6
-0
No files found.
cost-service/src/main/java/com/blt/other/module/cost/dto/request/AppCheckCostListReq.java
View file @
a7c080ea
...
...
@@ -28,6 +28,7 @@ public class AppCheckCostListReq {
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
private
LocalDateTime
endTime
;
private
String
costNo
;
private
String
createUserName
;
}
cost-service/src/main/java/com/blt/other/module/cost/dto/request/AppCostListReq.java
View file @
a7c080ea
...
...
@@ -29,6 +29,8 @@ public class AppCostListReq {
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
private
LocalDateTime
endTime
;
private
String
costNo
;
private
String
createUserName
;
}
cost-service/src/main/resources/mapper/Cost.xml
View file @
a7c080ea
...
...
@@ -145,6 +145,9 @@
<if
test=
" req.createUserName!=null"
>
and t1.create_username like concat('%',#{req.createUserName},'%')
</if>
<if
test=
" req.costNo!=null and req.costNo!= '' "
>
and t1.cost_no like concat('%',#{req.costNo},'%')
</if>
group by t1.id
order by t1.create_time desc
</select>
...
...
@@ -163,6 +166,9 @@
<if
test=
" req.createUserName!=null"
>
and create_username like concat('%',#{req.createUserName},'%')
</if>
<if
test=
" req.costNo!=null and req.costNo!= '' "
>
and cost_no like concat('%',#{req.costNo},'%')
</if>
</select>
<sql
id=
"checkCostListSearch"
>
...
...
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