增加fileType

This commit is contained in:
lxu75
2025-04-18 18:31:04 +08:00
parent 1b9ac29858
commit 1e284e1608

View File

@@ -196,6 +196,7 @@ public class ClaimVerificationServiceImpl implements ClaimVerificationService {
data.put("newBieAfterSalesId", claimVerificationFileAnalysisDTO.getNewBieAfterSalesId());
data.put("businessType", claimVerificationFileAnalysisDTO.getBusinessType());
data.put("aiAnalysisRequestId", aiAnalysisRequestId);
data.put("fileType", claimVerificationFileAnalysisDTO.getFileType());
log.info("索赔检核发送异常空MQMQ: {}", data.toString());
rocketMQTemplate.syncSend(topic, data);
}