Commit 7fa8ce30 by guojuxing

日志

parent e26c7699
......@@ -107,6 +107,7 @@ public class WmStoreSyncController {
hasSyncStoreListResult.getResult().forEach(e -> sb.append(e.getStoreId()).append(" "));
storeSearchDTO.setStoreIdsOfNot(sb.toString());
}
LOGGER.info("微盟门店列表查询参数:{}", JSON.toJSONString(storeSearchDTO));
return ResultControllerUtils.commonResult(storeApiService
.listStore(storeSearchDTO, storeSearchDTO.getCurrentPage(), storeSearchDTO.getPageSize()));
}
......
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