@@ -15,7 +15,7 @@ if [[ $ROV_OFFLINE_ENV == 'test' ]]; then
echo "all done"
elif [[ $ROV_OFFLINE_ENV == 'pro' ]]; then
# cd /root/zhangbo/rov-offline
- /root/anaconda3/bin/python alg_recsys_recall_4h_region_trend.py
+ /root/anaconda3/bin/python alg_recsys_recall_4h_region_trend.py $cur_time $cur_h
echo "结束执行时间:{$(date "+%Y-%m-%d %H:%M:%S")}"
fi