Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
isoft_psa
Project
Project
Details
Activity
Releases
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
王飞
isoft_psa
Commits
c7c93814
Commit
c7c93814
authored
Apr 14, 2025
by
yanzhengyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日常报销步骤条bug修改
parent
d41eaa7d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
FyglDailyReimbursementTableItemDTO.java
.../ruoyi/domain/dto/FyglDailyReimbursementTableItemDTO.java
+2
-0
FyglDailyReimbursementMapper.xml
...apper/dailyReimbursement/FyglDailyReimbursementMapper.xml
+1
-0
No files found.
ruoyi-psa/src/main/java/com/ruoyi/domain/dto/FyglDailyReimbursementTableItemDTO.java
View file @
c7c93814
...
@@ -16,4 +16,6 @@ public class FyglDailyReimbursementTableItemDTO {
...
@@ -16,4 +16,6 @@ public class FyglDailyReimbursementTableItemDTO {
private
Integer
totalFoodCost
;
private
Integer
totalFoodCost
;
//总费用
//总费用
private
Integer
totalMoney
;
private
Integer
totalMoney
;
//当前节点
private
Integer
currentAuditRoleId
;
}
}
ruoyi-psa/src/main/resources/mapper/dailyReimbursement/FyglDailyReimbursementMapper.xml
View file @
c7c93814
...
@@ -114,6 +114,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
...
@@ -114,6 +114,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
r.registration_time as registrationTime,
r.registration_time as registrationTime,
r.`status`,
r.`status`,
r.reimbursement,
r.reimbursement,
r.current_audit_role_id as currentAuditRoleId,
SUM(CASE WHEN re.reimbursement_type IN (1) THEN re.money ELSE 0 END) AS totalTaxiCost,
SUM(CASE WHEN re.reimbursement_type IN (1) THEN re.money ELSE 0 END) AS totalTaxiCost,
SUM(CASE WHEN re.reimbursement_type IN (2) THEN re.money ELSE 0 END) AS totalFoodCost,
SUM(CASE WHEN re.reimbursement_type IN (2) THEN re.money ELSE 0 END) AS totalFoodCost,
SUM(re.money) AS totalMoney
SUM(re.money) AS totalMoney
...
...
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