%@ page contentType="text/html; charset=GBK"%> <%@ page import="com.amarsoft.are.ARE,com.amarsoft.are.jbo.*,java.util.*,com.amarsoft.dict.als.manage.*,com.amarsoft.awe.dw.ui.util.PublicFuns"%>
<% String sDono = request.getParameter("dono"); if(sDono==null){ out.println("无效参数"); return; } BizObjectManager manager = JBOFactory.getFactory().getManager("jbo.ui.system.DATAOBJECT_CATALOG"); BizObjectKey key = manager.getBizObjectKey(); key.setAttributeValue("dono",sDono); BizObject catalog = manager.getBizObject(key); if(catalog==null){ out.println("没有找到符合条件的记录