Commit 0873c450 authored by 宋新宇's avatar 宋新宇

修改

parent accc36b6
......@@ -95,10 +95,11 @@ public class ClickbackService extends ServiceHelper{
for(DeviceType type: DeviceType.values()){
String deviceIdKey = type.getDeviceId(action.getClientInfo());
if (type==DeviceType.IP_MODEL) {
log.info("ipmodel,device={},ip={},model={}",deviceIdKey,action.getClientInfo().getClientIp(),action.getClientInfo().getPhoneModel());
}
if(null != deviceIdKey){
if (type==DeviceType.IP_MODEL) {
log.info("ipmodel,device={},ip={},model={},djchannel={},bookId={}",deviceIdKey,action.getClientInfo().getClientIp(),action.getClientInfo().getPhoneModel());
}
DeliveryDeviceInfo ddi = action.getDeliveryDeviceInfo();
if (StringUtils.isNotEmpty(ddi.getDj_channel())) {
......
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