Commit 8e44147a by 何文超

增加log日志

parent 68b991f4
......@@ -116,7 +116,7 @@ public class GoodsSelectorController {
if (UserDetailUtils.getUserDetail().getUserInfo() == null) {
return RestResponse.failure(ErrorCodeEnums.MAll_ERR.getCode(), "没有权限");
}
log.info("getUserDetail:{}", JSONObject.toJSONString(UserDetailUtils.getUserDetail()));
ServiceResponse<GoodsRightsSelectorDTO> serviceResponse = goodsRightsSelectorApiService.getGoodsRightsSelector(UserDetailUtils.getUserDetail().getUserResourceInfo().getGoodsResourceId(),
Constant.TEST_ENTERPRISE_ID, UserDetailUtils.getUserDetail().getUserInfo().getSuperAdmin());
if (serviceResponse.getResult() == 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