Commit e26c7699 by guojuxing

日志

parent 975cac03
......@@ -196,7 +196,7 @@ public class WmStoreSyncController {
}
if (getHasSyncStore(wmMallStoreId).contains(headStoreId.toString())) {
return RestResponse.failure(ErrorCode.PARAMETER_ERROR.getCode(), "总店重复同步");
return RestResponse.failure(ErrorCode.PARAMETER_ERROR.getCode(), "重复同步");
}
Integer enterpriseId = UserDetailUtils.getUserDetail().getEnterpriseId();
......@@ -220,6 +220,7 @@ public class WmStoreSyncController {
}
ServiceResponse<Void> wmResult = weimobStoreSiteService
.addWeimobVirtualStore(wmMallStoreId, enterpriseId, weimobPhysicalStoreDTO, subStoreList);
LOGGER.info("总店同步-微盟结果:{}", JSON.toJSONString(wmResult));
if (wmResult.isSuccess()) {
wmStoreSyncLogApiService.saveWmStoreSyncLog(Arrays.asList(headStoreId), wmMallStoreId, 1, enterpriseId);
//同步导购
......
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