增加fileType
This commit is contained in:
@@ -196,6 +196,7 @@ public class ClaimVerificationServiceImpl implements ClaimVerificationService {
|
|||||||
data.put("newBieAfterSalesId", claimVerificationFileAnalysisDTO.getNewBieAfterSalesId());
|
data.put("newBieAfterSalesId", claimVerificationFileAnalysisDTO.getNewBieAfterSalesId());
|
||||||
data.put("businessType", claimVerificationFileAnalysisDTO.getBusinessType());
|
data.put("businessType", claimVerificationFileAnalysisDTO.getBusinessType());
|
||||||
data.put("aiAnalysisRequestId", aiAnalysisRequestId);
|
data.put("aiAnalysisRequestId", aiAnalysisRequestId);
|
||||||
|
data.put("fileType", claimVerificationFileAnalysisDTO.getFileType());
|
||||||
log.info("索赔检核发送异常空MQMQ: {}", data.toString());
|
log.info("索赔检核发送异常空MQMQ: {}", data.toString());
|
||||||
rocketMQTemplate.syncSend(topic, data);
|
rocketMQTemplate.syncSend(topic, data);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user