public DataTable GetLogByGroupId(string groupId)
 {
     return(DalGroupBuyingProductGroupConfig.GetLogByGroupId(groupId));
 }