寻找报错
parent
5c50d194be
commit
e8cf98d9d8
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue