Commit 4a8fafbf by 王祖波

bizId为空

parent a7600523
......@@ -169,6 +169,10 @@ public class InteractRecordMessageService {
interactRecordBO.getExtendInfo().getExtendOrderInfos().add(extendOrderInfo);
}
}
if (StringUtils.isBlank(interactRecordBO.getBizId())) {
log.info("bizId为空");
return;
}
interactRecordService.saveOrUpdateInteractRecord(interactRecordBO);
// 更新销售线索
if (StringUtils.isNotBlank(interactRecordMessageBO.getMemberId())) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment