public P_PREUPLOADORDER FindActivityOrderByHTCode(string HTCode)
 {
     return(UploadOrderDao.FindActivityOrderByHTCode(HTCode));
 }