Explorar el Código

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

chenbiao hace 2 años
padre
commit
55e08bd344

+ 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);