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
806f3b44
Commit
806f3b44
authored
Mar 03, 2025
by
332784038@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
费用申请bug修复
parent
273d42c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
OrderFeeApplicationDO.java
...dataobject/orderFeeApplication/OrderFeeApplicationDO.java
+2
-2
OrderFeeApplicationServiceImpl.java
...er/service/order/impl/OrderFeeApplicationServiceImpl.java
+1
-0
No files found.
yudao-module-order/yudao-module-order-core/src/main/java/cn/iocoder/yudao/module/order/dal/dataobject/orderFeeApplication/OrderFeeApplicationDO.java
View file @
806f3b44
...
@@ -101,9 +101,9 @@ public class OrderFeeApplicationDO extends BaseDO {
...
@@ -101,9 +101,9 @@ public class OrderFeeApplicationDO extends BaseDO {
*/
*/
private
String
bpmProcessId
;
private
String
bpmProcessId
;
/**
/**
* 流程类型
:
1 费用申请 2 批量订单费用申请
* 流程类型
:
1 费用申请 2 批量订单费用申请
*/
*/
private
String
bpmType
;
private
Integer
bpmType
;
/**
/**
* 应收ID
* 应收ID
*/
*/
...
...
yudao-module-order/yudao-module-order-core/src/main/java/cn/iocoder/yudao/module/order/service/order/impl/OrderFeeApplicationServiceImpl.java
View file @
806f3b44
...
@@ -730,6 +730,7 @@ public class OrderFeeApplicationServiceImpl extends AbstractService<OrderFeeAppl
...
@@ -730,6 +730,7 @@ public class OrderFeeApplicationServiceImpl extends AbstractService<OrderFeeAppl
feeApplicationDO
.
setCreator
(
creator
);
feeApplicationDO
.
setCreator
(
creator
);
feeApplicationDO
.
setUpdater
(
audit
);
feeApplicationDO
.
setUpdater
(
audit
);
feeApplicationDO
.
setUpdateTime
(
now
);
feeApplicationDO
.
setUpdateTime
(
now
);
feeApplicationDO
.
setBpmType
(
2
);
feeApplicationDO
.
setBpmProcessId
(
formId
);
feeApplicationDO
.
setBpmProcessId
(
formId
);
//生成应收
//生成应收
DictDataRespDTO
dictDto
=
DictFrameworkUtils
.
getDictDataFromCache
(
"receivable_fee_type"
,
String
.
valueOf
(
feeApplicationDO
.
getFeeType
()));
DictDataRespDTO
dictDto
=
DictFrameworkUtils
.
getDictDataFromCache
(
"receivable_fee_type"
,
String
.
valueOf
(
feeApplicationDO
.
getFeeType
()));
...
...
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