寻找报错

master
Cui YongXing 2024-09-06 17:07:34 +08:00
parent 5c50d194be
commit e8cf98d9d8
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> i
HashMap<String, String> map, HashMap<String, String> map,
Long one, Long one,
Integer two) { Integer two) {
String sqlSelect = " SELECT " + fieName + " FROM " + joint + " LIMIT "+ PAGE_SIZE +" OFFSET" + pageNum ; String sqlSelect = " SELECT " + fieName + " FROM " + joint + " LIMIT "+ PAGE_SIZE +" OFFSET " + pageNum ;
log.info(sqlSelect); log.info(sqlSelect);
//log.info("执行{}查询的方法",sqlSelect); //log.info("执行{}查询的方法",sqlSelect);