Commit 0d788b6e by fudahua

feat:批量操作待办

parent dcc62bd1
......@@ -64,7 +64,7 @@ public class PendingTaskServiceImpl implements PendingTaskService {
}
List<TabPendingTask> pendingTasks = EntityUtil.changeEntityListByJSON(TabPendingTask.class, tasks);
int size=100;
int size=1000;
int len = pendingTasks.size();
int yu = len % size;
int nu = len / size+(yu>0?1:0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment