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
444fd595
Commit
444fd595
authored
Mar 06, 2025
by
祁正
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
改bug
parent
c007109f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
FyglDailyReimbursementDetailDTO.java
...com/ruoyi/domain/dto/FyglDailyReimbursementDetailDTO.java
+6
-0
FyglDailyReimbursementMapper.xml
...apper/dailyReimbursement/FyglDailyReimbursementMapper.xml
+4
-0
No files found.
ruoyi-psa/src/main/java/com/ruoyi/domain/dto/FyglDailyReimbursementDetailDTO.java
View file @
444fd595
...
...
@@ -13,6 +13,12 @@ public class FyglDailyReimbursementDetailDTO {
private
String
projectNumber
;
private
String
projectType
;
private
String
reimbursement
;
//提交人
private
String
createBy
;
//提交时间
private
String
updateTime
;
//项目负责人
private
String
userName
;
...
...
ruoyi-psa/src/main/resources/mapper/dailyReimbursement/FyglDailyReimbursementMapper.xml
View file @
444fd595
...
...
@@ -37,6 +37,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result
property=
"reimbursement"
column=
"reimbursement"
/>
<result
property=
"projectType"
column=
"project_type"
/>
<result
property=
"userName"
column=
"user_name"
/>
<result
property=
"createBy"
column=
"create_by"
/>
<result
property=
"updateTime"
column=
"update_time"
/>
</resultMap>
<resultMap
type=
"com.ruoyi.domain.dto.FyglDailyReimbursementDetailitemListDTO"
id=
"FyglDailyReimbursementDetailItemResult"
>
...
...
@@ -87,6 +89,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
r1.id,
r1.serial_number,
r1.reimbursement,
r2.create_by,
r2.update_time,
p.project_name,
p.project_number,
p.project_type,
...
...
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