소스 검색

fix 修改保存记录时事件为 popularize设置event

chenbiao 2 년 전
부모
커밋
55e08bd344
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      netflix-service/src/main/java/com/cyksj/service/corp/impl/CorpEventActionServiceImpl.java

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/corp/impl/CorpEventActionServiceImpl.java

@@ -1120,7 +1120,7 @@ public class CorpEventActionServiceImpl implements CorpEventActionService {
 							corpCustomerAcquistionCallback = new CorpCustomerAcquistionCallback();
 						}
 						corpCustomerAcquistionCallback.setCallback(callback);
-						corpCustomerAcquistionCallback.setEvent(corpCustomerAcquistionCallback.getEvent());
+						corpCustomerAcquistionCallback.setEvent(corpCustomerAcquisitionLinkPopularize.getEvent());
 						corpCustomerAcquistionCallback.setUnionId(unionId);
 						if(corpCustomerAcquistionCallback.getId() != null){
 							corpCustomerAcquistionCallbackMapper.updateById(corpCustomerAcquistionCallback);