|  | @@ -7,9 +7,10 @@ from mq_http_sdk.mq_client import *
 | 
	
		
			
				|  |  |  from mq_http_sdk.mq_consumer import *
 | 
	
		
			
				|  |  |  from mq_http_sdk.mq_exception import MQExceptionBase
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -from zhufushenghuo.zhufushenghuo_recommend.zfsh_recommend import ZfshRecommend
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  sys.path.append(os.getcwd())
 | 
	
		
			
				|  |  | +from zhufushenghuo.zhufushenghuo_recommend.zfsh_recommend import ZfshRecommend
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  from common.common import Common
 | 
	
		
			
				|  |  |  from common.public import get_consumer, ack_message, task_fun_mq
 | 
	
		
			
				|  |  |  from common.scheduling_db import MysqlHelper
 |