Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-api-boot-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-api-boot-master
Commits
181fb04f
Commit
181fb04f
authored
Mar 06, 2025
by
332784038@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批量订单费用申请查询列表补充返回值
parent
9185e70e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
BatchOrderFeeApplyBackVO.java
...order/vo/batchOrderFeeApply/BatchOrderFeeApplyBackVO.java
+0
-1
BatchOrderFeeApply.xml
...esources/mapper/batchOrderFeeApply/BatchOrderFeeApply.xml
+2
-2
No files found.
yudao-module-order/yudao-module-order-core/src/main/java/cn/iocoder/yudao/module/order/vo/batchOrderFeeApply/BatchOrderFeeApplyBackVO.java
View file @
181fb04f
...
...
@@ -52,7 +52,6 @@ public class BatchOrderFeeApplyBackVO {
@ApiModelProperty
(
value
=
"申请人名称"
)
private
String
creatorName
;
@ApiModelProperty
(
value
=
"审批人id"
)
private
String
audit
;
...
...
yudao-module-order/yudao-module-order-core/src/main/resources/mapper/batchOrderFeeApply/BatchOrderFeeApply.xml
View file @
181fb04f
...
...
@@ -18,9 +18,9 @@
a.state,
a.form_id,
a.creator,
u.creator_name,
u.
nickname as
creator_name,
a.audit,
u2.audit_name
u2.
nickname as
audit_name
from ecw_batch_order_fee_apply a
left join system_user u
on a.creator = u.id
...
...
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