Commit 4503e072 by guojuxing

扩容审批详情修改

parent 93425597
......@@ -172,6 +172,12 @@ public class TransferAccountsApprovalController {
}
}
vo.setServiceInfoVOList(serviceInfoVOList);
} else if (licenseVOList.size() > 0) {
//没有服务,只有license数据,比如扩容
ServiceInfoVO temp = new ServiceInfoVO();
temp.setLicenseVOList(licenseVOList);
serviceInfoVOList.add(temp);
vo.setServiceInfoVOList(serviceInfoVOList);
}
if (expandPackageVOList.size() > 0) {
......
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