소스 검색

出价预警

zhaoxian 3 년 전
부모
커밋
6bdf01c74e

+ 1 - 1
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/service/impl/KuaishouInterfaceServiceImpl.java

@@ -1398,7 +1398,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
                     }
 
                     //转化目标
-                    if (!Check.isNull(deepConversionType) && deepConversionType != 0 && !Check.isNullMap(ocpxMap)) {
+                    if (!Check.isNull(deepConversionType) && deepConversionType != 0 && !deepMap.isEmpty()) {
                         Long deepBid = deepMap.get(deepConversionType);
                         if (Check.isNull(deepBid)) {
                             //通过key未获取值,说明不包含该目标,进行关停