提交 0f36c81e authored 作者: hzh's avatar hzh

开票策略功能实现

上级 4166a392
......@@ -112,7 +112,7 @@ public class OrderApproveServiceImpl extends AbstractBaseService<OrderApproveVo,
RemoteOrderApprove roa = new RemoteOrderApprove()
.setOrderNo(fa.getOrderNo())
.setOrderType(fa.getOrderType())
.setAuthId(fa.getDeptApprove() ? (StringUtils.equals(fa.getApplyType(), UserType.SYS_USER.getUserType()) ? fa.getStaffId() : fa.getAuthId()) : null);
.setAuthId(Boolean.TRUE.equals(fa.getDeptApprove()) ? (StringUtils.equals(fa.getApplyType(), UserType.SYS_USER.getUserType()) ? fa.getStaffId() : fa.getAuthId()) : null);
ysOrderService.orderApprove(roa);
}
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论