|
|
@ -113,7 +113,8 @@ public class AnalysisServiceImpl implements IAnalysisService { |
|
|
* 2. 算法是表计(meter) |
|
|
* 2. 算法是表计(meter) |
|
|
* 不论初筛结果有没有缺陷,都要继续调用大模型,因为大模型调用了表计(meter)识别算法 |
|
|
* 不论初筛结果有没有缺陷,都要继续调用大模型,因为大模型调用了表计(meter)识别算法 |
|
|
*/ |
|
|
*/ |
|
|
final String algType = analyseResPoint.getType(); |
|
|
|
|
|
|
|
|
final String algType = analyseRequest.getObjectList().get(0).getTypeList()[0]; |
|
|
|
|
|
log.info("picAnalyseRetNotify algType IN REDIS: {}", algType); |
|
|
if (bDefect || (AlgConstants.METER.equals(algType) |
|
|
if (bDefect || (AlgConstants.METER.equals(algType) |
|
|
|| AlgConstants.XB.equals(algType) |
|
|
|| AlgConstants.XB.equals(algType) |
|
|
|| AlgConstants.INFRA_1800.equals(algType) |
|
|
|| AlgConstants.INFRA_1800.equals(algType) |
|
|
|