Search in sources :

Example 6 with RealNameAuthenticationExample

use of com.itrus.portal.db.RealNameAuthenticationExample in project portal by ixinportal.

the class RealNameAuthenticationSerivceImpl method getRealNameAuthenticationByOss.

/**
 * 获取OSS服务配置
 * @return
 * @throws Exception
 */
public RealNameAuthentication getRealNameAuthenticationByOss() throws Exception {
    RealNameAuthenticationExample re = new RealNameAuthenticationExample();
    RealNameAuthenticationExample.Criteria rec = re.createCriteria();
    rec.andTypeEqualTo(4);
    RealNameAuthentication realname = this.getRealNameAuthenticationExample(re);
    return realname;
}
Also used : RealNameAuthentication(com.itrus.portal.db.RealNameAuthentication) RealNameAuthenticationExample(com.itrus.portal.db.RealNameAuthenticationExample)

Aggregations

RealNameAuthentication (com.itrus.portal.db.RealNameAuthentication)6 RealNameAuthenticationExample (com.itrus.portal.db.RealNameAuthenticationExample)6 JSONObject (com.alibaba.fastjson.JSONObject)2 JsonParseException (com.fasterxml.jackson.core.JsonParseException)2 JsonMappingException (com.fasterxml.jackson.databind.JsonMappingException)2 IOException (java.io.IOException)2 RestClientException (org.springframework.web.client.RestClientException)2 Date (java.util.Date)1 HashMap (java.util.HashMap)1 Map (java.util.Map)1 SqlSession (org.apache.ibatis.session.SqlSession)1