|
|
@ -58,8 +58,8 @@ public class AppController extends BaseController
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@ApiOperation("完成AI诊断")
|
|
|
|
@ApiOperation("完成AI诊断")
|
|
|
|
@Log(title = "App诊断记录状态", businessType = BusinessType.UPDATE)
|
|
|
|
@Log(title = "App诊断记录状态", businessType = BusinessType.UPDATE)
|
|
|
|
@GetMapping("/ai/finish")
|
|
|
|
@GetMapping("/ai/finish/{id}")
|
|
|
|
public AjaxResult finish(Long id)
|
|
|
|
public AjaxResult finish(@PathVariable("id") Long id)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
TRecord record = tRecordService.selectTRecordById(id);
|
|
|
|
TRecord record = tRecordService.selectTRecordById(id);
|
|
|
|
if (record != null)
|
|
|
|
if (record != null)
|
|
|
|