|
sqlWhere += string.Format(@" And ccp.IsPay = {0} ", dto.IsPaySign);
|
|
sqlWhere += string.Format(@" And ccp.IsPay = {0} ", dto.IsPaySign);
|
|
string sql = string.Format(@" Select gdp.Id,gdp.DiId,gdp.PriceName,gdp.Price,sd1.[Name] as Currency,gdp.FilePath,su.CnName as CreateUserName,
|
|
string sql = string.Format(@" Select gdp.Id,gdp.DiId,gdp.PriceName,gdp.Price,sd1.[Name] as Currency,gdp.FilePath,su.CnName as CreateUserName,
|