|  | @@ -1693,7 +1693,7 @@ public class AiKuaishouAccountAutoDoServiceImpl implements IAiKuaishouAccountAut
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |          } else {
 | 
	
		
			
				|  |  |              String materialKeyword = strategy.getMaterialKeyword();
 | 
	
		
			
				|  |  | -            if(materialKeyword!=null&& materialKeyword.contains("-")){
 | 
	
		
			
				|  |  | +            if (materialKeyword != null && materialKeyword.contains("-")) {
 | 
	
		
			
				|  |  |                  keyword = Arrays.asList(materialKeyword.split("-"));
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |          }
 | 
	
	
		
			
				|  | @@ -1870,7 +1870,8 @@ public class AiKuaishouAccountAutoDoServiceImpl implements IAiKuaishouAccountAut
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              //深度转化目标出价
 | 
	
		
			
				|  |  |              if (!Check.isNull(strategy.getDeepConversionBid())) {
 | 
	
		
			
				|  |  | -                unitParams.put("deep_conversion_bid", strategy.getDeepConversionBid());
 | 
	
		
			
				|  |  | +                Long cpdBid = getBidByString(strategy.getDeepConversionBid());
 | 
	
		
			
				|  |  | +                unitParams.put("deep_conversion_bid", cpdBid);
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |              Integer sceneId = null;
 | 
	
		
			
				|  |  |              String scenceIdString = strategy.getSceneId();
 |