Commit 9f0e3656 authored by 332784038@qq.com's avatar 332784038@qq.com

Merge branch 'order_fee_update' into release

parents fc798428 806f3b44
......@@ -101,9 +101,9 @@ public class OrderFeeApplicationDO extends BaseDO {
*/
private String bpmProcessId;
/**
* 流程类型1 费用申请 2 批量订单费用申请
* 流程类型: 1 费用申请 2 批量订单费用申请
*/
private String bpmType;
private Integer bpmType;
/**
* 应收ID
*/
......
......@@ -730,6 +730,7 @@ public class OrderFeeApplicationServiceImpl extends AbstractService<OrderFeeAppl
feeApplicationDO.setCreator(creator);
feeApplicationDO.setUpdater(audit);
feeApplicationDO.setUpdateTime(now);
feeApplicationDO.setBpmType(2);
feeApplicationDO.setBpmProcessId(formId);
//生成应收
DictDataRespDTO dictDto = DictFrameworkUtils.getDictDataFromCache("receivable_fee_type", String.valueOf(feeApplicationDO.getFeeType()));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment