| | |
| | | import com.vci.corba.omd.data.BusinessObject; |
| | | import com.vci.corba.common.VCIError; |
| | | import com.vci.server.base.persistence.dao.HibernateSessionFactory; |
| | | import com.vci.server.base.utility.LogRecordUtil; |
| | | import com.vci.server.bof.server.ServiceFacadeExecuteHelper; |
| | | import com.vci.server.bof.service.BOFactoryBatchServices; |
| | | |
| | |
| | | BusinessObject[] bos = services.batchRevisionBusinessObject(params.getOids(), params.getBtmName(), info.userName); |
| | | //日志记录 |
| | | |
| | | batchRecordLog(bos, ip, "升版本"); |
| | | //batchRecordLog(bos, ip, "升版本"); |
| | | LogRecordUtil.batchWriteLog(bos, "升版本"); |
| | | return true; |
| | | } catch (VCIError e) { |
| | | throw this.getLocalString(e.code, e); |