|
@@ -294,7 +294,7 @@ public class ToInfraredServiceImpl extends BaseServiceImpl<ToInfraredMapper, ToI
|
|
|
|
|
|
@Override
|
|
|
public CommonResult getResult(TaskTrackResultBo taskTrackResultBo) {
|
|
|
- Long id = taskTrackResultBo.getId();
|
|
|
+ Long id = taskTrackResultBo.getBizId();
|
|
|
String status = taskTrackResultBo.getStatus();
|
|
|
String msg = taskTrackResultBo.getMsg();
|
|
|
ToInfrared entity = getById(id);
|