|
@@ -52,6 +52,8 @@ public class LicenseService {
|
|
|
license.setName(deploy.getName());
|
|
|
license.setControl(deploy.getControl());
|
|
|
license.setOrgs(new ArrayList<>());
|
|
|
+ //TODO
|
|
|
+ //后续需要补充app.code填充
|
|
|
//build org info list
|
|
|
OrgQuery query = new OrgQuery();
|
|
|
query.setDeployId(deploy.getId());
|