81,116
社区成员
发帖
与我相关
我的任务
分享
public ActionForward content(ActionMapping mapping, ActionForm form,HttpServletRequest request, HttpServletResponse response)throws Exception {
List<Kpi> kpiList = kpiService.getList(); //我目前的情况是,有时候ActiveX发送请求到这里就会报空指针,有时候不会(间歇性的)
}