Commit ccf9ef3a by nobodyiam

fix app builder owner name field assignment

parent 6633f688
......@@ -115,7 +115,7 @@ public class App extends BaseEntity {
}
public Builder ownerName(String ownerName) {
app.setOrgName(ownerName);
app.setOwnerName(ownerName);
return this;
}
......
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