摘要: @AutowiredOrgSearchFeginClient orgSearchFeginClient;@Overridepublic ResponseData orgSearchTree(Map map) { JSONObject json = null; List<Map> result = n 阅读全文
posted @ 2021-06-17 23:20 猿码哥 阅读(454) 评论(0) 推荐(0) 编辑
摘要: public ResponseData customerType() { ResponseData res = new ResponseData(); try { CustomerTypeEnums[] customerTypeEnums = CustomerTypeEnums.values(); 阅读全文
posted @ 2021-06-17 23:06 猿码哥 阅读(447) 评论(0) 推荐(0) 编辑
摘要: package com.icss.common.util;import java.util.UUID;/** * 主键工具类 */public class UniqueKeyUtil { /** * 生成唯一的主键 * 格式: 时间+随机数 * @return */ public static sy 阅读全文
posted @ 2021-06-17 22:52 猿码哥 阅读(103) 评论(0) 推荐(0) 编辑
摘要: package com.icss.common.util;import com.alibaba.fastjson.JSON;import com.alibaba.fastjson.JSONArray;import com.alibaba.fastjson.JSONObject;import com. 阅读全文
posted @ 2021-06-17 22:39 猿码哥 阅读(337) 评论(0) 推荐(0) 编辑
摘要: package com.icss.common.core.config;import org.springframework.beans.BeansException;import org.springframework.context.ApplicationContext;import org.s 阅读全文
posted @ 2021-06-17 22:34 猿码哥 阅读(236) 评论(0) 推荐(0) 编辑
摘要: import org.springframework.beans.factory.annotation.Autowired;import org.springframework.data.redis.core.HashOperations;import org.springframework.dat 阅读全文
posted @ 2021-06-17 22:06 猿码哥 阅读(519) 评论(0) 推荐(0) 编辑