|
@@ -270,6 +270,7 @@ public class TargetIdentificationSubtaskServiceImpl extends BaseServiceImpl<Targ
|
|
|
|
|
|
try {
|
|
|
String res = HttpUtil.post(url, JSONUtil.toJsonStr(algorithmRequestDto));
|
|
|
+ detail.setStatus(BizConstant.TASK_STATUS_PROCESSING);
|
|
|
log.info("res is: {}", res);
|
|
|
} catch (Exception e) {
|
|
|
log.error("http request error: {}", e.getMessage());
|