|
@@ -49,6 +49,7 @@ public class WaitSyncHelper {
|
|
|
String batchCode = batchCodes.get();
|
|
String batchCode = batchCodes.get();
|
|
|
Assert.notEmpty(batchCode, "batchCode is empty, please call preWait() first");
|
|
Assert.notEmpty(batchCode, "batchCode is empty, please call preWait() first");
|
|
|
batchCodes.remove();
|
|
batchCodes.remove();
|
|
|
|
|
+ logger.info("batchCode: " + batchCode + ", batchSize: " + batchSize);
|
|
|
if (batchSize == null || batchSize < 1) {
|
|
if (batchSize == null || batchSize < 1) {
|
|
|
logger.info("无数据修改,不必等待同步完成: " + batchCode);
|
|
logger.info("无数据修改,不必等待同步完成: " + batchCode);
|
|
|
} else {
|
|
} else {
|