Commit 1bf61f6f by guojuxing

编辑店铺的时候也调用中间价接口

parent 26178543
......@@ -97,7 +97,7 @@ public class WmMallStoreController {
MallModeEnum.mapToWm(dto.getMallMode()));
LOGGER.info("微盟商城店铺编辑-微盟结果:{}", JSON.toJSONString(saveStoreInfo));
}
return OperationResultUtils.operationResult(,
return OperationResultUtils.operationResult(result,
OperationResultUtils.LOG_EDIT + "微盟商城店铺", dto.getWmPidName());
}
......
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