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
26d44de7
Commit
26d44de7
authored
Jan 08, 2021
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
5c05bfa8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
CostDto.java
...api/src/main/java/com/bailuntec/cost/api/dto/CostDto.java
+1
-0
CostListSearchMapper.xml
...t-core/src/main/resources/mapper/CostListSearchMapper.xml
+2
-0
No files found.
bailuntec-cost-api/src/main/java/com/bailuntec/cost/api/dto/CostDto.java
View file @
26d44de7
...
@@ -45,6 +45,7 @@ public class CostDto {
...
@@ -45,6 +45,7 @@ public class CostDto {
@ApiModelProperty
(
"费用单备注"
)
@ApiModelProperty
(
"费用单备注"
)
private
String
costRemark
;
private
String
costRemark
;
@ApiModelProperty
(
"创建时间"
)
@ApiModelProperty
(
"创建时间"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
private
Date
createTime
;
private
Date
createTime
;
...
...
bailuntec-cost-core/src/main/resources/mapper/CostListSearchMapper.xml
View file @
26d44de7
...
@@ -36,6 +36,7 @@
...
@@ -36,6 +36,7 @@
or t1.bank_card_user LIKE CONCAT('%',#{key},'%')
or t1.bank_card_user LIKE CONCAT('%',#{key},'%')
</if>
</if>
</foreach>
</foreach>
group by t1.id
</select>
</select>
<select
id=
"selectByKeys"
resultType=
"com.blt.other.module.cost.model.CostDomain"
>
<select
id=
"selectByKeys"
resultType=
"com.blt.other.module.cost.model.CostDomain"
>
...
@@ -63,6 +64,7 @@
...
@@ -63,6 +64,7 @@
<if
test=
" params.keys.endPayTime != null"
>
AND t1.pay_time
<![CDATA[<=]]>
#{params.keys.endPayTime}
</if>
<if
test=
" params.keys.endPayTime != null"
>
AND t1.pay_time
<![CDATA[<=]]>
#{params.keys.endPayTime}
</if>
<if
test=
" params.keys.linkCost!=null and params.keys.linkCost != ''"
>
and t1.sup_cost_no=#{params.keys.linkCost}
</if>
<if
test=
" params.keys.linkCost!=null and params.keys.linkCost != ''"
>
and t1.sup_cost_no=#{params.keys.linkCost}
</if>
<if
test=
" params.keys.projectTypes!=null and params.keys.projectTypes != ''"
>
and t1.project_type=#{params.keys.projectTypes}
</if>
<if
test=
" params.keys.projectTypes!=null and params.keys.projectTypes != ''"
>
and t1.project_type=#{params.keys.projectTypes}
</if>
group by t1.id
ORDER BY
ORDER BY
t1.id DESC
t1.id DESC
</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