mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-06 05:22:16 +08:00
Tracking changes applied to app
This commit is contained in:
@@ -87,6 +87,6 @@ public class ApplyAppOrder extends AbstractAppOrder {
|
||||
appDO.setDescription(orderDO.getDescription());
|
||||
appDO.generateAppIdAndPassword(orderDO.getId(), configUtils.getIdc());
|
||||
appDO.setType(0);
|
||||
return appService.addApp(appDO);
|
||||
return appService.addApp(appDO, userName);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user