Commit f75f0fb2 by guojuxing

日志

parent 7fa8ce30
......@@ -102,6 +102,7 @@ public class WmStoreSyncController {
//已完善
storeSearchDTO.setCompleteStatus(1);
ServiceResponse<List<WmStoreSyncLogDTO>> hasSyncStoreListResult = wmStoreSyncLogApiService.getStoreList(null, wmMallStoreId);
LOGGER.info("微盟门店列表查询同步门店日志:{}", JSON.toJSONString(hasSyncStoreListResult));
if (hasSyncStoreListResult.isSuccess()) {
StringBuilder sb = new StringBuilder();
hasSyncStoreListResult.getResult().forEach(e -> sb.append(e.getStoreId()).append(" "));
......
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