if(!isNullOrEmptyString(flowId)){
this.lgpDispatchFlow=(LgpDispatchFlow)lgpDispatchFlowService.getById(flowId);
lgpDesignPoint=lgpDesignPointApproveService.getByFlowId(flowId);
lgpDesignPointExtend=lgpDesignPointApproveService.getExtendsByFlowId(flowId);
}一定要在prepare方法中执行以上代码,如果是放到action对应的方法中那么extend对象从页面注入过来的数据会被从数据库中load出来的数据覆盖。无法获得最新的从页面上注入过来的数据。