db.Get(&user,"select user_id from lie_user where user_id = ? and copy_ctime < ?",feedback.Outter_Uid,zero_time)
ifuser.User_id==0{// 注册时间大于等于当天零点,则跳出
continue
}
// 判断该用户是否存在注册领取任务记录或快速找料任务,若存在则跳过
vartask_infomodel.TaskInfo
db.Get(&task_info,"select * from lie_task_info where user_id = ? and status = ? and (task_type = ? or task_type = ?) limit 1",feedback.Outter_Uid,1,1,4)