|
@@ -79,7 +79,7 @@ public class BiLoggerResultAspect {
|
|
|
}
|
|
|
|
|
|
biRecord.setGmtCreate(new Date());
|
|
|
- biRecord.setProductType(ProductTypeEnum.LTAPI.getKey());
|
|
|
+ biRecord.setProductType(ProductTypeEnum.TRIAGE.getKey());
|
|
|
biRecord.setSource(BiSourceEnum.BI_RESULT.getKey());
|
|
|
//保存BI日志
|
|
|
mySender.outputBiLogSend(biRecord);
|