Commit 950db0c7 by yinyong

sku映射平台接口修改

parent cd318018
......@@ -82,9 +82,8 @@ public class SkuMappingSyncJob extends PointJob {
if (jobPointLog.getPageIndex().equals(0) && skuMappingResponse.getTotalPage() != null) {
jobPointLog.setPageIndex(skuMappingResponse.getTotalPage() + 1);
}
} else {
throw new RuntimeException("调用SKUMS系统接口返回错误");
}else {
log.warn("请求参数:"+map+ " 返回结果:" + resultStr);
}
} else {
throw new RuntimeException("调用SKUMS系统接口返回null");
......
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