totalSql=$"{setSql} SELECT COUNT({selectSql}) FROM ( {entity.DataValue} ) AS A {whereSql}";
dataSql=$"{setSql} SELECT {selectSql} FROM ( {entity.DataValue} ) AS A {whereSql}{(!string.IsNullOrWhiteSpace(orderbySql)?$"ORDER BY {orderbySql}":string.Empty)} LIMIT {offset} , {fetch}";
dataSql=$"{setSql} SELECT {selectSql} FROM ( {entity.DataValue} ) AS A {whereSql}{(!string.IsNullOrWhiteSpace(orderbySql)?$"ORDER BY {orderbySql}":string.Empty)} LIMIT {offset} , {fetch}";