06 2021 档案
摘要:@AutowiredOrgSearchFeginClient orgSearchFeginClient;@Overridepublic ResponseData orgSearchTree(Map map) { JSONObject json = null; List<Map> result = n
阅读全文
摘要:public ResponseData customerType() { ResponseData res = new ResponseData(); try { CustomerTypeEnums[] customerTypeEnums = CustomerTypeEnums.values();
阅读全文
摘要:package com.icss.common.util;import java.util.UUID;/** * 主键工具类 */public class UniqueKeyUtil { /** * 生成唯一的主键 * 格式: 时间+随机数 * @return */ public static sy
阅读全文
摘要:package com.icss.common.util;import com.alibaba.fastjson.JSON;import com.alibaba.fastjson.JSONArray;import com.alibaba.fastjson.JSONObject;import com.
阅读全文
摘要:package com.icss.common.core.config;import org.springframework.beans.BeansException;import org.springframework.context.ApplicationContext;import org.s
阅读全文
摘要:import org.springframework.beans.factory.annotation.Autowired;import org.springframework.data.redis.core.HashOperations;import org.springframework.dat
阅读全文
摘要:/** * 对象转化(自动构造新对象,并复制相同属性的数据) * * @param o * @param targetC * @return */@SuppressWarnings("unchecked")public static <T> T parseObject(Object o, Class
阅读全文