数据采集4.0
parent
c6bc587fea
commit
c84f8d0257
|
@ -42,6 +42,7 @@ public class DatastandardController {
|
|||
public Result<DatastandardVo> get(@PathVariable("id") Integer categoryId) {
|
||||
DatastandardEntity entity = datastandardService.getById(categoryId);
|
||||
return Result.ok(DatastandardConvert.INSTANCE.convert(entity));
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue