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
20a63fd7
Commit
20a63fd7
authored
Mar 05, 2025
by
祁正
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日常报销管理-获取项目详情
parent
590baea3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
FyglDailyReimbursementMapper.xml
...apper/dailyReimbursement/FyglDailyReimbursementMapper.xml
+2
-0
No files found.
ruoyi-psa/src/main/resources/mapper/dailyReimbursement/FyglDailyReimbursementMapper.xml
View file @
20a63fd7
...
...
@@ -41,6 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<resultMap
type=
"com.ruoyi.domain.dto.FyglDailyReimbursementDetailitemListDTO"
id=
"FyglDailyReimbursementDetailItemResult"
>
<result
property=
"id"
column=
"id"
/>
<result
property=
"rid"
column=
"rid"
/>
<result
property=
"timeOfExpense"
column=
"time_of_expense"
/>
<result
property=
"reimbursementType"
column=
"reimbursement_type"
/>
<result
property=
"money"
column=
"money"
/>
...
...
@@ -122,6 +123,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
resultMap=
"FyglDailyReimbursementDetailItemResult"
>
SELECT
r.id,
r.rid,
r.time_of_expense,
r.reimbursement_type,
r.money,
...
...
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