|
@@ -40,7 +40,6 @@ public class EnterpriseNameSyncScheduler {
|
|
|
|
|
|
|
|
@Scheduled(fixedDelay = 60 * 1000)
|
|
@Scheduled(fixedDelay = 60 * 1000)
|
|
|
public void retryNameSync() {
|
|
public void retryNameSync() {
|
|
|
- log.info("[企业名称同步] 开始执行");
|
|
|
|
|
List<EnterpriseEntity> list = enterpriseMapper.selectPendingNameSync(MAX_RETRY, 50);
|
|
List<EnterpriseEntity> list = enterpriseMapper.selectPendingNameSync(MAX_RETRY, 50);
|
|
|
if (list.isEmpty()) return;
|
|
if (list.isEmpty()) return;
|
|
|
|
|
|