|
@@ -30,7 +30,7 @@ public class TsbSalesUploadJob extends TsbAbstractJob<String, String, String> {
|
|
|
@Autowired
|
|
@Autowired
|
|
|
private HansaeErp hansaeErp;
|
|
private HansaeErp hansaeErp;
|
|
|
|
|
|
|
|
- private static final int PAGE_SIZE = 10;
|
|
|
|
|
|
|
+ private static final int PAGE_SIZE = 100;
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
public String read() throws Exception {
|
|
public String read() throws Exception {
|