记得上下班打卡 | git大法好,push需谨慎

Commit 098a59c1 authored by 张国柄's avatar 张国柄

~API:藏品上架处理;

parent 4111af4f
...@@ -58,7 +58,7 @@ public class PlatformGoblinGoodsTaskController { ...@@ -58,7 +58,7 @@ public class PlatformGoblinGoodsTaskController {
try { try {
platformGoblinGoodsSkuService.shelvesProcessing(shelvesSkuIdList, shelvesSpuIdList); platformGoblinGoodsSkuService.shelvesProcessing(shelvesSkuIdList, shelvesSpuIdList);
} catch (Exception e) { } catch (Exception e) {
log.error("Ex.藏品上架处理[skuCount={},skuIdList={}]", skuCount, JsonUtils.toJson(shelvesSkuIdList), e.getMessage()); log.error("Ex.藏品上架处理[skuCount={},skuIdList={}],{}", skuCount, JsonUtils.toJson(shelvesSkuIdList), e.getMessage());
skuShelvesFlg = false; skuShelvesFlg = false;
} }
} }
......
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