public static async Task <DataTable> GetGroupBuyingModifyLogByGroupId(string productGroupId)
 {
     return(await DalGroupBuyingProductGroupConfig.GetGroupBuyingModifyLogByGroupId(productGroupId));
 }