Commit f1705473 by guojuxing

批量一对一同步微盟门店修复

parent a37a1151
......@@ -646,7 +646,7 @@ public class WmStoreSyncController {
List<StoreDTO> hasSuccessStoreList = getStoreList(errorIds.toString(), enterpriseId);
hasSuccessStoreList.forEach(e -> rMap.put(e.getRegionId() + "-" + e.getStoreCode(),
errorMessage.get(storeDTO.getStoreInfoId())));
errorMessage.get(storeDTO.getStoreInfoId().toString())));
} else {
rMap.put(regionName + "-" + storeCode, "成功");
//同步过的记录日志,不能再次同步
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment