Merge branches 'master' and 'master' of http://101.43.238.71:3000/zouju/auto-solution

This commit is contained in:
2026-03-27 10:06:41 +08:00
10 changed files with 51 additions and 8 deletions

View File

@@ -42,6 +42,12 @@ public class BehaviortreeController extends BaseController
@Autowired
private BehaviortreeProcessor behaviortreeProcessor;
@GetMapping(value = "/platform/{id}")
public AjaxResult fromPlatform(@PathVariable("id") Integer id)
{
return success(behaviortreeService.findOneByPlatformId(id));
}
/**
* 查询行为树主列表
*/