master
Cui YongXing 2024-09-04 00:15:39 +08:00
parent 4546d855b1
commit 78af71bf01
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> i
});
}
}
if (Weight.centre.getValue().equals(weight)){
if ("1".equals(weight)){
long count = data/10000;
for (long i = 0; i < count; i++) {
long pageNum = (i - 1) * 10000;