修复小程序来源未同步到ec

This commit is contained in:
xiaodong.hu
2023-07-06 11:29:06 +08:00
parent a84e4479f2
commit ffeac4b0de
2 changed files with 7 additions and 8 deletions

View File

@@ -70,7 +70,6 @@ public class EcSyncServiceImpl implements EcSyncService {
public boolean ecToApplet(List<CustomerInfoRequest> queryListData) {
for (CustomerInfoRequest customerInfoItem : queryListData) {
try {
Thread.sleep(500L);
insertSelectiveSync(customerInfoItem);
} catch (Exception e) {
e.printStackTrace();