修复小程序来源未同步到ec
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user