| | |
| | | import com.product.common.lang.StringUtils; |
| | | import com.product.core.cache.DataPoolCacheImpl; |
| | | import com.product.core.cache.util.RedisUtil; |
| | | import com.product.core.connection.ConnectionManager; |
| | | import com.product.core.dao.BaseDao; |
| | | import com.product.core.entity.DataTableEntity; |
| | | import com.product.core.entity.FieldSetEntity; |
| | |
| | | import com.product.server.report.util.QuerySqlParseUtil; |
| | | import com.product.util.BaseUtil; |
| | | import com.product.util.SystemParamReplace; |
| | | import com.product.util.UnifySQLFunction; |
| | | |
| | | import org.jsoup.Jsoup; |
| | | import org.jsoup.nodes.Document; |
| | | import org.jsoup.nodes.Element; |
| | |
| | | } |
| | | } else { |
| | | sql = replaceSqlContent(sqlText, fse, sort, reportConfigFse, curPage); |
| | | |
| | | sql = UnifySQLFunction.timeFunctionReplace("single", sql); |
| | | if ("1".equalsIgnoreCase(reportConfigFse.getString(CmnConst.IS_PAGE))) { |
| | | Integer pageSize = reportConfigFse.getInteger(CmnConst.PAGE_SIZE); |
| | | recordDte = baseDao.listTable(sql, new Object[]{}, pageSize == null ? Integer.MAX_VALUE : pageSize, curPage); |