修改bug

master
Cui YongXing 2024-09-05 00:15:17 +08:00
parent 1f4850ddc3
commit eab767fdb4
1 changed files with 1 additions and 0 deletions

View File

@ -289,6 +289,7 @@ public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> i
return null;
}
@NotNull
private void getString(Long pageNum,String fieName,String joint,Long basicId,Long newBasicId,Long tableId,HashMap<String, String> map ) {
String sqlSelect = " SELECT " + fieName + " FROM " + joint +" limit "+pageNum +",5000 ";