|
|
@ -166,7 +166,7 @@ public class AlgorithmServiceImpl implements AlgorithmService { |
|
|
log.error("BIG_MODEL_INFRARED continue to call infrared EXCEPTION: {}", e.getMessage()); |
|
|
log.error("BIG_MODEL_INFRARED continue to call infrared EXCEPTION: {}", e.getMessage()); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} else if (MiscUtils.checkMeterType(typeList) && !"null".equals(infraredPath)) { |
|
|
|
|
|
|
|
|
} else if (MiscUtils.checkMeterType(typeList) && !"null".equals(meterPath)) { |
|
|
if(testMode) { |
|
|
if(testMode) { |
|
|
try { |
|
|
try { |
|
|
log.info(Color.MAGENTA + "BIG_MODEL_METER_TEST analyseResult={}" + Color.END, new Gson().toJson(analyseResult)); |
|
|
log.info(Color.MAGENTA + "BIG_MODEL_METER_TEST analyseResult={}" + Color.END, new Gson().toJson(analyseResult)); |
|
|
|