// web service proxy for operationlogwebservices.factory('operationLogService',['$http','apiConfig',function($http,apiConfig){'use strict';return{getOrgLogList:function(model){return$http.post('/operationlog/getorgloglist',model,apiConfig.create());}};}]);