Commit 395b04d9 by zhiwj

Merge branch 'developer' of http://115.159.76.241/base_platform_enterprise/gic-store into developer

parents eb341f34 c57e9844
......@@ -833,6 +833,8 @@ public class ClerkApiServiceImpl implements ClerkApiService {
asynClerkInfoToWeimobMq(wmMallStoreId, enterpriseId, weimobGuiderSynDTO);
});
return ServiceResponse.success();
}
return ServiceResponse.failure(ErrorCode.PARAMETER_ERROR.getCode(), "参数错误,导购数据不存在");
}
......
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