从源更新
This commit is contained in:
@@ -19,8 +19,8 @@ public class AppComponent implements ICommonQuery {
|
||||
private AppService appService;
|
||||
|
||||
@Override
|
||||
public Object selectOne(String condition)throws Exception {
|
||||
return null;
|
||||
public Object selectOne(Long id) throws Exception {
|
||||
return appService.getApp(id);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user