大模型分析结果保存
This commit is contained in:
@@ -22,9 +22,12 @@ public class CustomerProfileAnalysisServiceImpl extends ServiceImpl<CustomerProf
|
||||
@Override
|
||||
public boolean saveCustomerProfileAnalysis(CustomerProfileAnalysis analysis) {
|
||||
try {
|
||||
log.info("保存客户画像分析结果开始,参数:{}", analysis);
|
||||
boolean result = this.save(analysis);
|
||||
if (result) {
|
||||
log.info("客户画像分析结果保存成功,ID: {}", analysis.getId());
|
||||
CustomerProfileAnalysis ai17583471414673961 = this.getByProfileAnalysisRecordId(analysis.getProfileAnalysisRecordId());
|
||||
log.info("获取AI_1758347141467_3961结果:{}", ai17583471414673961);
|
||||
} else {
|
||||
log.error("客户画像分析结果保存失败");
|
||||
}
|
||||
@@ -71,3 +74,6 @@ public class CustomerProfileAnalysisServiceImpl extends ServiceImpl<CustomerProf
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user