1. 更新前端界面和Nginx配置
2. 更新Dockerfile设置
This commit is contained in:
@@ -39,7 +39,7 @@ public class ProtectObjectService {
|
||||
}
|
||||
|
||||
List<ProtectObject> protectObjectBatch = ListUtils.newArrayListWithExpectedSize(batchSize);
|
||||
for (ProtectObject protectObject : protectObjectList) {
|
||||
for (ProtectObject protectObject : list) {
|
||||
protectObjectBatch.add(protectObject);
|
||||
if (protectObjectBatch.size() < batchSize) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user