Commit 806930a0 by 徐高华

log

parent 8545494c
......@@ -126,7 +126,7 @@ public class HaobanMenuServiceImpl implements HaobanMenuService {
qdto.setEnterpriseId(enterpriseId);
qdto.setNamespace(Constant.hb_wxa_namespace);
List<RightMenuDTO> list = this.rightService.listSuperAdminRightMenu(qdto) ;
logger.info("查询gic购买的好办小程序权限={}",enterpriseId,JSONObject.toJSONString(list));
logger.info("查询gic购买的好办小程序权限={},返回={}",enterpriseId,JSONObject.toJSONString(list));
return list ;
}
......
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