Commit f4db3d43 authored by zhengyi's avatar zhengyi

修改费用申请审批业务修正

parent e4444f67
......@@ -535,7 +535,7 @@ public class OrderFeeApplicationServiceImpl extends AbstractService<OrderFeeAppl
} else {
item.setReceiveFlag(0);
}
if (item.getStatus() == 2 && StringUtils.isNotBlank(item.getBpmProcessId())){
if (item.getStatus() == 1 && StringUtils.isNotBlank(item.getBpmProcessId())){
OrderApprovalDO approvalDO = orderApprovalService.getApproval(Long.valueOf(item.getBpmProcessId()));
if (Objects.nonNull(approvalDO) && Objects.nonNull(approvalDO.getDetails())){
OrderFeeApplicationDO feeApplicationDO = JSONObject.parseObject(approvalDO.getDetails(), OrderFeeApplicationDO.class);
......
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