Commit 72bdca46 by 伍思炜

代码注释修改

parent e6517937
...@@ -14,7 +14,7 @@ import org.springframework.scheduling.annotation.EnableScheduling; ...@@ -14,7 +14,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
/** /**
* 系统启动入口 * 系统启动入口
* @author Liph *
*/ */
@EnableAspectJAutoProxy(exposeProxy = true) @EnableAspectJAutoProxy(exposeProxy = true)
@EnableEurekaClient @EnableEurekaClient
......
...@@ -41,7 +41,7 @@ import java.util.regex.Pattern; ...@@ -41,7 +41,7 @@ import java.util.regex.Pattern;
/** /**
* 单宽办理接口 * 单宽办理接口
* *
* @Author xuede *
* @Date 2020/3/9 16:52 * @Date 2020/3/9 16:52
* @Version 1.0 * @Version 1.0
*/ */
...@@ -545,7 +545,7 @@ public class DankuanController { ...@@ -545,7 +545,7 @@ public class DankuanController {
} }
/** /**
* @author ljh *
* @Description:支付请求 * @Description:支付请求
*/ */
public String JsoupMethodZhifu(String orderSeq, String ipay, String userId, public String JsoupMethodZhifu(String orderSeq, String ipay, String userId,
...@@ -642,7 +642,7 @@ public class DankuanController { ...@@ -642,7 +642,7 @@ public class DankuanController {
} }
/** /**
* @author ljh *
* @Description:获取产品ID * @Description:获取产品ID
* @method:getProductId * @method:getProductId
* @return: JSONObject * @return: JSONObject
...@@ -700,7 +700,7 @@ public class DankuanController { ...@@ -700,7 +700,7 @@ public class DankuanController {
} }
/** /**
* @author ljh *
* @Description:获取销售品ID * @Description:获取销售品ID
* @method:getSaleId * @method:getSaleId
* @return: JSONObject * @return: JSONObject
...@@ -765,7 +765,7 @@ public class DankuanController { ...@@ -765,7 +765,7 @@ public class DankuanController {
} }
/** /**
* @author ljh *
* @Description:提交单宽 * @Description:提交单宽
* @method:getOrderInfo * @method:getOrderInfo
* @return: JSONObject * @return: JSONObject
......
...@@ -27,7 +27,7 @@ import java.util.Map; ...@@ -27,7 +27,7 @@ import java.util.Map;
/** /**
* 〈合伙人配置信息管理〉 * 〈合伙人配置信息管理〉
* *
* @author PXL *
* @create 2020/6/8 11:53 * @create 2020/6/8 11:53
*/ */
@Slf4j @Slf4j
......
...@@ -12,7 +12,7 @@ import java.io.FileInputStream; ...@@ -12,7 +12,7 @@ import java.io.FileInputStream;
import java.io.IOException; import java.io.IOException;
/** /**
* @Author xuede *
* @Date 2020/3/6 16:44 * @Date 2020/3/6 16:44
* @Version 1.0 * @Version 1.0
*/ */
......
...@@ -42,7 +42,7 @@ import java.util.regex.Pattern; ...@@ -42,7 +42,7 @@ import java.util.regex.Pattern;
/** /**
* 融合办理接口 * 融合办理接口
* *
* @Author xuede *
* @Date 2020/3/9 16:52 * @Date 2020/3/9 16:52
* @Version 1.0 * @Version 1.0
*/ */
...@@ -549,7 +549,7 @@ public class RongHeController { ...@@ -549,7 +549,7 @@ public class RongHeController {
} }
/** /**
* @author ljh *
* @Description:支付请求 * @Description:支付请求
*/ */
public String JsoupMethodZhifu(String orderSeq, String ipay, String userId, public String JsoupMethodZhifu(String orderSeq, String ipay, String userId,
...@@ -654,7 +654,7 @@ public class RongHeController { ...@@ -654,7 +654,7 @@ public class RongHeController {
} }
/** /**
* @author ljh *
* @Description:获取产品ID * @Description:获取产品ID
* @method:getProductId * @method:getProductId
* @return: JSONObject * @return: JSONObject
...@@ -712,7 +712,7 @@ public class RongHeController { ...@@ -712,7 +712,7 @@ public class RongHeController {
} }
/** /**
* @author ljh *
* @Description:获取销售品ID * @Description:获取销售品ID
* @method:getSaleId * @method:getSaleId
* @return: JSONObject * @return: JSONObject
...@@ -777,7 +777,7 @@ public class RongHeController { ...@@ -777,7 +777,7 @@ public class RongHeController {
} }
/** /**
* @author ljh *
* @Description:提交融合 * @Description:提交融合
* @method:getOrderInfo * @method:getOrderInfo
* @return: JSONObject * @return: JSONObject
......
...@@ -16,7 +16,7 @@ import java.util.Map; ...@@ -16,7 +16,7 @@ import java.util.Map;
/** /**
* 获取学校信息(因为manager使用未鉴权注解,导致访问401) * 获取学校信息(因为manager使用未鉴权注解,导致访问401)
* @author chengfengluo *
* @date 2021-03-09 10:15 * @date 2021-03-09 10:15
*/ */
@RequestMapping("/appSchool") // @RequestMapping("/appSchool") //
......
...@@ -25,7 +25,7 @@ import java.util.concurrent.TimeUnit; ...@@ -25,7 +25,7 @@ import java.util.concurrent.TimeUnit;
/** /**
* 单宽进融 * 单宽进融
* @author chengfengluo *
* @date 2021-01-26 17:30:39 * @date 2021-01-26 17:30:39
*/ */
@RequestMapping("toIntegrate") // @RequestMapping("toIntegrate") //
......
...@@ -19,7 +19,7 @@ import java.util.Map; ...@@ -19,7 +19,7 @@ import java.util.Map;
/** /**
* 移动端订单查询 * 移动端订单查询
* @author chengfengluo *
* @date 2021-03-17 11:30 * @date 2021-03-17 11:30
*/ */
@RestController @RestController
......
...@@ -26,7 +26,7 @@ import java.util.UUID; ...@@ -26,7 +26,7 @@ import java.util.UUID;
/** /**
* 订单同步接口 * 订单同步接口
* @author chengfengluo *
* @date 2021-02-20 9:22 * @date 2021-02-20 9:22
*/ */
@RequestMapping("/sync") // @RequestMapping("/sync") //
......
...@@ -28,7 +28,7 @@ import java.util.concurrent.TimeUnit; ...@@ -28,7 +28,7 @@ import java.util.concurrent.TimeUnit;
/** /**
* 兑换券校检 * 兑换券校检
* *
* @Author: xiangli *
* @Date: * @Date:
*/ */
@Slf4j @Slf4j
......
...@@ -33,7 +33,7 @@ import java.util.concurrent.locks.ReentrantLock; ...@@ -33,7 +33,7 @@ import java.util.concurrent.locks.ReentrantLock;
/** /**
* 院线通销售Controller * 院线通销售Controller
* @author 董有沛 *
* @date 2018年1月22日 * @date 2018年1月22日
* *
*/ */
......
...@@ -29,7 +29,7 @@ import java.util.regex.Matcher; ...@@ -29,7 +29,7 @@ import java.util.regex.Matcher;
import java.util.regex.Pattern; import java.util.regex.Pattern;
/** /**
* @Author xiangli *
* @Date 2020/4/21 * @Date 2020/4/21
* @Version 1.0 * @Version 1.0
*/ */
...@@ -272,7 +272,7 @@ public class codeManagerController { ...@@ -272,7 +272,7 @@ public class codeManagerController {
String[] priceArry = product.getProductPrice().split(","); // 金额(300,30) String[] priceArry = product.getProductPrice().split(","); // 金额(300,30)
if("true".equals(isFromRh)) { if("true".equals(isFromRh)) {
rateArry = product.getProductRhRate().split(","); // 年月(包年,包月) rateArry = product.getProductRhRate().split(","); // 年月(包年,包月)
priceArry = product.getProductPrice().split(","); // 金额(300,30) priceArry = product.getProductRhPrice().split(","); // 金额(300,30)
} }
Integer index = 0; Integer index = 0;
if(StringUtils.isNotBlank(setMealIndex)){ if(StringUtils.isNotBlank(setMealIndex)){
......
...@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.ExceptionHandler; ...@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.RestControllerAdvice; import org.springframework.web.bind.annotation.RestControllerAdvice;
/** /**
* @author chengfengluo *
* @date 2022-03-15 11:08 * @date 2022-03-15 11:08
*/ */
@Slf4j @Slf4j
......
...@@ -10,7 +10,7 @@ import java.util.Date; ...@@ -10,7 +10,7 @@ import java.util.Date;
/** /**
* 第三方应用密匙配置 * 第三方应用密匙配置
* @author chengfengluo *
* @date 2021-02-20 10:36 * @date 2021-02-20 10:36
*/ */
@Data @Data
......
package com.winsun.bean; package com.winsun.bean;
/** /**
* @author ljh *
* @Description:常量类 * @Description:常量类
* @Title: Constant * @Title: Constant
* @date 2018年5月16日下午6:55:54 * @date 2018年5月16日下午6:55:54
......
...@@ -8,7 +8,7 @@ import lombok.Data; ...@@ -8,7 +8,7 @@ import lombok.Data;
import java.util.Date; import java.util.Date;
/** /**
* @Author: chancy *
* @Date: 2020/3/24 17:47 * @Date: 2020/3/24 17:47
*/ */
@Data @Data
......
...@@ -11,7 +11,7 @@ import java.io.Serializable; ...@@ -11,7 +11,7 @@ import java.io.Serializable;
/** /**
* 〈KdPnone〉 * 〈KdPnone〉
* *
* @author Administrator *
* @create 2020/4/26 17:49 * @create 2020/4/26 17:49
*/ */
@TableName("hhr_kd_phone") @TableName("hhr_kd_phone")
......
...@@ -11,7 +11,7 @@ import java.io.Serializable; ...@@ -11,7 +11,7 @@ import java.io.Serializable;
/** /**
* KPI打分 * KPI打分
* @author chenhaojian *
* @create 2021/6/3 14:59 * @create 2021/6/3 14:59
*/ */
@Data @Data
......
...@@ -11,7 +11,7 @@ import java.io.Serializable; ...@@ -11,7 +11,7 @@ import java.io.Serializable;
/** /**
* 楼长KPI管理类 * 楼长KPI管理类
* *
* @author xiangli *
* @create 2020/4/27 11:28 * @create 2020/4/27 11:28
*/ */
@Data @Data
......
...@@ -11,7 +11,7 @@ import java.io.Serializable; ...@@ -11,7 +11,7 @@ import java.io.Serializable;
/** /**
* 〈楼长薪水管理〉 * 〈楼长薪水管理〉
* *
* @author pxl *
* @create 2020/4/29 14:08 * @create 2020/4/29 14:08
*/ */
@Data @Data
......
...@@ -9,7 +9,7 @@ import java.io.Serializable; ...@@ -9,7 +9,7 @@ import java.io.Serializable;
/** /**
* 〈总经理KPI信息类〉 * 〈总经理KPI信息类〉
* *
* @author PXL *
* @create 2020/4/30 15:40 * @create 2020/4/30 15:40
*/ */
@Data @Data
......
...@@ -9,7 +9,7 @@ import java.util.Date; ...@@ -9,7 +9,7 @@ import java.util.Date;
/** /**
* (OrderHistory)实体类 * (OrderHistory)实体类
* *
* @author PXL *
* @since 2020-02-18 16:56:54 * @since 2020-02-18 16:56:54
*/ */
@Data @Data
......
...@@ -12,7 +12,7 @@ import java.io.Serializable; ...@@ -12,7 +12,7 @@ import java.io.Serializable;
/** /**
* (OrderView)实体类 * (OrderView)实体类
* *
* @author makejava *
* @since 2020-02-18 16:56:54 * @since 2020-02-18 16:56:54
*/ */
@Data @Data
......
...@@ -12,7 +12,7 @@ import java.util.Date; ...@@ -12,7 +12,7 @@ import java.util.Date;
/** /**
* (PackageUpgrade)实体类 * (PackageUpgrade)实体类
* *
* @author makejava *
* @since 2020-02-25 11:27:38 * @since 2020-02-25 11:27:38
*/ */
@Data @Data
......
...@@ -12,7 +12,7 @@ import java.util.List; ...@@ -12,7 +12,7 @@ import java.util.List;
* *
* @param <T> Page中记录的类型. * @param <T> Page中记录的类型.
* *
* @author *
*/ */
public class Page<T> { public class Page<T> {
//-- 公共变量 --// //-- 公共变量 --//
......
...@@ -7,7 +7,7 @@ import java.io.Serializable; ...@@ -7,7 +7,7 @@ import java.io.Serializable;
/** /**
* 〈微信统一下单参数〉 * 〈微信统一下单参数〉
* *
* @author PXL *
* @create 2020/5/12 15:17 * @create 2020/5/12 15:17
*/ */
@Data @Data
......
...@@ -6,7 +6,7 @@ import lombok.Data; ...@@ -6,7 +6,7 @@ import lombok.Data;
import java.util.Date; import java.util.Date;
/** /**
* @Author: chancy *
* @Date: 2020/3/17 11:07 * @Date: 2020/3/17 11:07
*/ */
@Data @Data
......
...@@ -11,7 +11,7 @@ import java.io.Serializable; ...@@ -11,7 +11,7 @@ import java.io.Serializable;
/** /**
* 销售预警数据 * 销售预警数据
* @author chenhaojian *
* @create 2021/6/3 15:00 * @create 2021/6/3 15:00
*/ */
@Data @Data
......
...@@ -11,7 +11,7 @@ import java.util.Date; ...@@ -11,7 +11,7 @@ import java.util.Date;
/** /**
* < > * < >
* @Author pxl *
* @Date 2020-06-03 * @Date 2020-06-03
*/ */
......
...@@ -11,7 +11,7 @@ import java.util.Date; ...@@ -11,7 +11,7 @@ import java.util.Date;
/** /**
* < > * < >
* @Author pxl *
* @Date 2020-05-27 * @Date 2020-05-27
*/ */
......
...@@ -5,7 +5,7 @@ import lombok.Data; ...@@ -5,7 +5,7 @@ import lombok.Data;
/** /**
* 学校和套餐的中间表 * 学校和套餐的中间表
* @Author: chancy *
* @Date: 2020/2/13 17:22 * @Date: 2020/2/13 17:22
*/ */
@Data @Data
......
...@@ -12,7 +12,7 @@ import java.util.Date; ...@@ -12,7 +12,7 @@ import java.util.Date;
/** /**
* < > * < >
* @Author pxl *
* @Date 2020-05-27 * @Date 2020-05-27
*/ */
......
...@@ -10,7 +10,7 @@ import java.util.Date; ...@@ -10,7 +10,7 @@ import java.util.Date;
/** /**
* <学生不限量证件> * <学生不限量证件>
* @Author pxl *
* @Date 2020-06-04 * @Date 2020-06-04
*/ */
......
...@@ -11,7 +11,7 @@ import java.util.Date; ...@@ -11,7 +11,7 @@ import java.util.Date;
/** /**
* < 大王卡证件稽核> * < 大王卡证件稽核>
* @Author pxl *
* @Date 2020-06-04 * @Date 2020-06-04
*/ */
......
...@@ -4,7 +4,7 @@ import lombok.Data; ...@@ -4,7 +4,7 @@ import lombok.Data;
/** /**
* 单宽进融下单参数 * 单宽进融下单参数
* @author chengfengluo *
* @date 2021-01-26 18:30:59 * @date 2021-01-26 18:30:59
*/ */
@Data @Data
......
...@@ -10,7 +10,7 @@ import java.io.Serializable; ...@@ -10,7 +10,7 @@ import java.io.Serializable;
/** /**
* <合伙人配置管理> * <合伙人配置管理>
* @Author pxl *
* @Date 2020-06-11 * @Date 2020-06-11
*/ */
......
...@@ -8,7 +8,7 @@ import java.util.Map; ...@@ -8,7 +8,7 @@ import java.util.Map;
/** /**
* 一人一码发展统计表entity * 一人一码发展统计表entity
* *
* @Author LiuRunYuan *
* @CreateDate 2020/03/06 * @CreateDate 2020/03/06
*/ */
public class YrymReport { public class YrymReport {
......
...@@ -12,7 +12,7 @@ import java.util.Date; ...@@ -12,7 +12,7 @@ import java.util.Date;
/** /**
* 〈院线能地址信息〉 * 〈院线能地址信息〉
* *
* @author PXL *
* @create 2020/5/7 16:46 * @create 2020/5/7 16:46
*/ */
@Data @Data
......
...@@ -14,7 +14,7 @@ import java.util.Date; ...@@ -14,7 +14,7 @@ import java.util.Date;
/** /**
* 〈院线通兑换券〉 * 〈院线通兑换券〉
* *
* @author PXL *
* @create 2020/5/7 10:48 * @create 2020/5/7 10:48
*/ */
@Data @Data
......
...@@ -12,7 +12,7 @@ import java.util.Date; ...@@ -12,7 +12,7 @@ import java.util.Date;
/** /**
* 〈院线通订单信息类〉 * 〈院线通订单信息类〉
* *
* @author PXL *
* @create 2020/5/7 16:21 * @create 2020/5/7 16:21
*/ */
@Data @Data
......
...@@ -11,7 +11,7 @@ import java.io.Serializable; ...@@ -11,7 +11,7 @@ import java.io.Serializable;
/** /**
* 〈院线通订单和兑换券中间表〉 * 〈院线通订单和兑换券中间表〉
* *
* @author PXL *
* @create 2020/5/8 11:56 * @create 2020/5/8 11:56
*/ */
@Data @Data
......
...@@ -12,7 +12,7 @@ import java.util.Date; ...@@ -12,7 +12,7 @@ import java.util.Date;
/** /**
* 〈用户购买记录表〉 * 〈用户购买记录表〉
* *
* @author PXL *
* @create 2020/5/12 10:43 * @create 2020/5/12 10:43
*/ */
@Data @Data
......
...@@ -10,7 +10,7 @@ import java.io.Serializable; ...@@ -10,7 +10,7 @@ import java.io.Serializable;
/** /**
* 〈总经理薪酬〉 * 〈总经理薪酬〉
* @author PXL *
* @create 2020/5/6 14:25 * @create 2020/5/6 14:25
*/ */
@Data @Data
......
...@@ -6,7 +6,7 @@ import java.security.cert.CertificateException; ...@@ -6,7 +6,7 @@ import java.security.cert.CertificateException;
import java.security.cert.X509Certificate; import java.security.cert.X509Certificate;
/** /**
* @author ljh *
* @Description:常量类 * @Description:常量类
* @Title: Constant * @Title: Constant
* @date 2018年5月16日下午6:55:54 * @date 2018年5月16日下午6:55:54
......
...@@ -6,7 +6,7 @@ import java.util.Map; ...@@ -6,7 +6,7 @@ import java.util.Map;
/** /**
* 配送方式 * 配送方式
* @author chenhaojian *
* @datetime 2021-07-28 11:11 * @datetime 2021-07-28 11:11
*/ */
public enum DeliveryType { public enum DeliveryType {
......
...@@ -7,7 +7,7 @@ import java.util.Map; ...@@ -7,7 +7,7 @@ import java.util.Map;
/** /**
* 审核类型 * 审核类型
* @author chenhaojian *
* @datetime 2021-07-28 11:23 * @datetime 2021-07-28 11:23
*/ */
public enum ExamineType { public enum ExamineType {
......
...@@ -6,7 +6,7 @@ import java.util.Map; ...@@ -6,7 +6,7 @@ import java.util.Map;
/** /**
* 排序 * 排序
* @author Liph *
* @datetime 2019-09-19/9/27 11:19 * @datetime 2019-09-19/9/27 11:19
*/ */
public enum FilePath { public enum FilePath {
......
...@@ -6,7 +6,7 @@ import java.util.Map; ...@@ -6,7 +6,7 @@ import java.util.Map;
/** /**
* 排序 * 排序
* @author Liph *
* @datetime 2019-09-19/9/27 11:19 * @datetime 2019-09-19/9/27 11:19
*/ */
public enum OrderStatus { public enum OrderStatus {
......
...@@ -6,7 +6,7 @@ import java.util.Map; ...@@ -6,7 +6,7 @@ import java.util.Map;
/** /**
* 排序 * 排序
* @author Liph *
* @datetime 2019-09-19/9/27 11:19 * @datetime 2019-09-19/9/27 11:19
*/ */
public enum UserType { public enum UserType {
......
...@@ -7,7 +7,7 @@ import org.apache.ibatis.annotations.Mapper; ...@@ -7,7 +7,7 @@ import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
/** /**
* @author chengfengluo *
* @date 2021-02-20 10:40 * @date 2021-02-20 10:40
*/ */
@Mapper @Mapper
......
...@@ -14,7 +14,7 @@ import java.util.List; ...@@ -14,7 +14,7 @@ import java.util.List;
import java.util.Map; import java.util.Map;
/** /**
* @Author: chancy *
* @Date: 2020/2/25 11:31 * @Date: 2020/2/25 11:31
*/ */
@Mapper @Mapper
......
...@@ -8,7 +8,7 @@ import com.winsun.bean.Bill; ...@@ -8,7 +8,7 @@ import com.winsun.bean.Bill;
/** /**
* *
* @author Warden *
* *
*/ */
@Mapper @Mapper
......
...@@ -16,7 +16,7 @@ import com.winsun.bean.BonusApply; ...@@ -16,7 +16,7 @@ import com.winsun.bean.BonusApply;
/** /**
* *
* @author Warden *
* *
*/ */
@Mapper @Mapper
......
...@@ -15,7 +15,7 @@ import java.util.List; ...@@ -15,7 +15,7 @@ import java.util.List;
import java.util.Map; import java.util.Map;
/** /**
* @Author: chancy *
* @Date: * @Date:
*/ */
@Mapper @Mapper
......
...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component; ...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component;
/** /**
* 〈KdPhoneMapper〉 * 〈KdPhoneMapper〉
* *
* @author Administrator *
* @create 2020/4/26 17:52 * @create 2020/4/26 17:52
*/ */
@Mapper @Mapper
......
...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component; ...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component;
/** /**
* 〈楼长KPI管理Mapper〉 * 〈楼长KPI管理Mapper〉
* *
* @author xiangli *
* @create 2020/4/27 11:33 * @create 2020/4/27 11:33
*/ */
@Mapper @Mapper
......
...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component; ...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component;
/** /**
* 〈楼长薪水Mapper〉 * 〈楼长薪水Mapper〉
* *
* @author pxl *
* @create 2020/4/29 14:25 * @create 2020/4/29 14:25
*/ */
@Mapper @Mapper
......
...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component; ...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component;
/** /**
* 〈总经理KPI Mapper〉 * 〈总经理KPI Mapper〉
* *
* @author PXL *
* @create 2020/4/30 15:55 * @create 2020/4/30 15:55
*/ */
@Mapper @Mapper
......
...@@ -12,7 +12,7 @@ import java.util.List; ...@@ -12,7 +12,7 @@ import java.util.List;
import java.util.Map; import java.util.Map;
/** /**
* @Author: chancy *
* @Date: 2020/2/18 17:04 * @Date: 2020/2/18 17:04
*/ */
@Mapper @Mapper
......
...@@ -8,7 +8,7 @@ import org.apache.ibatis.annotations.Param; ...@@ -8,7 +8,7 @@ import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
/** /**
* @Author: chancy *
* @Date: 2020/2/13 17:24 * @Date: 2020/2/13 17:24
*/ */
@Mapper @Mapper
......
...@@ -7,7 +7,7 @@ import org.springframework.stereotype.Component; ...@@ -7,7 +7,7 @@ import org.springframework.stereotype.Component;
/** /**
* 〈大王卡证件稽核〉 * 〈大王卡证件稽核〉
* @author PXL *
* @create 2020/5/20 11:43 * @create 2020/5/20 11:43
*/ */
@Mapper @Mapper
......
...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component; ...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component;
/** /**
* 〈学生不限量证件〉 * 〈学生不限量证件〉
* *
* @author PXL *
* @create 2020/5/20 11:44 * @create 2020/5/20 11:44
*/ */
@Mapper @Mapper
......
...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component; ...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component;
/** /**
* 〈合伙人配置信息〉 * 〈合伙人配置信息〉
* *
* @author PXL *
* @create 2020/6/8 11:52 * @create 2020/6/8 11:52
*/ */
@Mapper @Mapper
......
...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component; ...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component;
/** /**
* 〈院线能地址表〉 * 〈院线能地址表〉
* *
* @author PXL *
* @create 2020/5/7 16:53 * @create 2020/5/7 16:53
*/ */
@Mapper @Mapper
......
...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component; ...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component;
/** /**
* 〈兑换券Mapper〉 * 〈兑换券Mapper〉
* *
* @author PXL *
* @create 2020/5/7 10:55 * @create 2020/5/7 10:55
*/ */
@Mapper @Mapper
......
...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component; ...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component;
/** /**
* 〈院线通兑换券中间表〉 * 〈院线通兑换券中间表〉
* *
* @author PXL *
* @create 2020/5/8 11:59 * @create 2020/5/8 11:59
*/ */
@Mapper @Mapper
......
...@@ -13,7 +13,7 @@ import java.util.Map; ...@@ -13,7 +13,7 @@ import java.util.Map;
/** /**
* 〈院线通订单Mapper〉 * 〈院线通订单Mapper〉
* *
* @author PXL *
* @create 2020/5/7 16:22 * @create 2020/5/7 16:22
*/ */
@Mapper @Mapper
......
...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component; ...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component;
/** /**
* 〈用户购买记录〉 * 〈用户购买记录〉
* *
* @author PXL *
* @create 2020/5/12 10:48 * @create 2020/5/12 10:48
*/ */
@Mapper @Mapper
......
...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component; ...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component;
/** /**
* 〈总经理薪酬Mapper〉 * 〈总经理薪酬Mapper〉
* *
* @author PXL *
* @create 2020/5/6 15:04 * @create 2020/5/6 15:04
*/ */
@Mapper @Mapper
......
...@@ -39,7 +39,7 @@ import java.text.SimpleDateFormat; ...@@ -39,7 +39,7 @@ import java.text.SimpleDateFormat;
import java.util.*; import java.util.*;
/** /**
* @author chengfengluo *
* @date 2021-01-28 15:36 * @date 2021-01-28 15:36
*/ */
@Slf4j @Slf4j
......
...@@ -61,7 +61,7 @@ import java.text.SimpleDateFormat; ...@@ -61,7 +61,7 @@ import java.text.SimpleDateFormat;
import java.util.*; import java.util.*;
/* /*
* @author chengfengluo *
* @date 2021-01-28 15:36 * @date 2021-01-28 15:36
*/ */
...@@ -522,7 +522,6 @@ public class IntelligenceSendOrders { ...@@ -522,7 +522,6 @@ public class IntelligenceSendOrders {
handleNumber.setValue((String) orderViewMap.get("orderPhone"));*/ handleNumber.setValue((String) orderViewMap.get("orderPhone"));*/
handlingNumber.setName("关联移动号码"); handlingNumber.setName("关联移动号码");
handlingNumber.setValue((String) orderViewMap.get("orderCustomerRemarks")); handlingNumber.setValue((String) orderViewMap.get("orderCustomerRemarks"));
/*attributeList.add(handleNumber);*/
attributeList.add(handlingNumber); attributeList.add(handlingNumber);
} }
...@@ -1089,8 +1088,8 @@ public class IntelligenceSendOrders { ...@@ -1089,8 +1088,8 @@ public class IntelligenceSendOrders {
RestTemplate restTemplate = new RestTemplate(); RestTemplate restTemplate = new RestTemplate();
log.info("提交参数:" + data); log.info("提交参数:" + data);
Constant.trustEveryone(); Constant.trustEveryone();
responese = Unirest.get("http://132.97.20.21/query/query-order-info?" + url_data) //responese = Unirest.get("http://132.97.20.21/query/query-order-info?" + url_data)
//responese = Unirest.get("https://applet.mini189.cn/prod/query/query-order-info?" + url_data) responese = Unirest.get("https://applet.mini189.cn/prod/query/query-order-info?" + url_data)
.header("Content-Type", "application/json") .header("Content-Type", "application/json")
.header("X-Sign", sign) .header("X-Sign", sign)
.asString(); .asString();
......
...@@ -5,7 +5,7 @@ import org.springframework.context.annotation.Bean; ...@@ -5,7 +5,7 @@ import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Configuration;
/** /**
* @author fulonghuang *
* @date 2019/7/16 * @date 2019/7/16
*/ */
@Configuration @Configuration
......
...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component; ...@@ -8,7 +8,7 @@ import org.springframework.stereotype.Component;
import java.util.Map; import java.util.Map;
/** /**
* @author fulonghuang *
* @date 2019/7/16 * @date 2019/7/16
*/ */
@Component @Component
......
...@@ -7,7 +7,7 @@ import java.util.List; ...@@ -7,7 +7,7 @@ import java.util.List;
/** /**
* 用户操作 * 用户操作
* @author chengfengluo *
* @date 2021-03-11 15:00 * @date 2021-03-11 15:00
*/ */
public interface IHhrUserService extends IService<HhrUser> { public interface IHhrUserService extends IService<HhrUser> {
......
...@@ -5,7 +5,7 @@ import com.winsun.auth.core.common.model.ResponseData; ...@@ -5,7 +5,7 @@ import com.winsun.auth.core.common.model.ResponseData;
import com.winsun.bean.SalesList; import com.winsun.bean.SalesList;
/** /**
* @author chengfengluo *
* @date 2021-03-08 17:39 * @date 2021-03-08 17:39
*/ */
public interface ISalesListService extends IService<SalesList> { public interface ISalesListService extends IService<SalesList> {
......
...@@ -17,7 +17,7 @@ import java.util.ArrayList; ...@@ -17,7 +17,7 @@ import java.util.ArrayList;
import java.util.List; import java.util.List;
/** /**
* @author chengfengluo *
* @date 2021-03-11 15:01 * @date 2021-03-11 15:01
*/ */
@Service @Service
......
...@@ -17,7 +17,7 @@ import java.util.Date; ...@@ -17,7 +17,7 @@ import java.util.Date;
import java.util.List; import java.util.List;
/** /**
* @author chengfengluo *
* @date 2021-03-08 17:40 * @date 2021-03-08 17:40
*/ */
@Service @Service
......
...@@ -11,7 +11,7 @@ import java.util.Map; ...@@ -11,7 +11,7 @@ import java.util.Map;
/** /**
* 自定义Authentication对象,使得Subject除了携带用户的登录名外还可以携带更多信息 * 自定义Authentication对象,使得Subject除了携带用户的登录名外还可以携带更多信息
* *
* @author fengshuonan *
* @date 2016年12月5日 上午10:26:43 * @date 2016年12月5日 上午10:26:43
*/ */
public class ShiroUser implements Serializable { public class ShiroUser implements Serializable {
......
...@@ -6,7 +6,7 @@ import java.util.Map; ...@@ -6,7 +6,7 @@ import java.util.Map;
/** /**
* 判断bean,数组,集合是否为空 * 判断bean,数组,集合是否为空
* *
* @author liujianhao *
* *
*/ */
public class BeanUtil { public class BeanUtil {
......
...@@ -7,7 +7,7 @@ import java.security.NoSuchAlgorithmException; ...@@ -7,7 +7,7 @@ import java.security.NoSuchAlgorithmException;
/** /**
* md5类 * md5类
* *
* @author 董有沛 *
* *
*/ */
public class CommonMd5 { public class CommonMd5 {
......
...@@ -11,7 +11,7 @@ import java.util.Map; ...@@ -11,7 +11,7 @@ import java.util.Map;
/** /**
* Map与JavaBean相互转化 * Map与JavaBean相互转化
* @author 董有沛 *
* @date 2018年1月19日 * @date 2018年1月19日
* *
*/ */
......
...@@ -9,7 +9,7 @@ import javax.crypto.spec.SecretKeySpec; ...@@ -9,7 +9,7 @@ import javax.crypto.spec.SecretKeySpec;
import java.io.IOException; import java.io.IOException;
/** /**
* @author chengfengluo *
* @date 2021-02-19 14:58 * @date 2021-02-19 14:58
*/ */
public class EThreeDES { public class EThreeDES {
......
...@@ -9,7 +9,7 @@ import java.util.Map; ...@@ -9,7 +9,7 @@ import java.util.Map;
/** /**
* 实体类工具类 * 实体类工具类
* @author dongyp *
* *
*/ */
public class EntityUtil { public class EntityUtil {
......
...@@ -9,7 +9,7 @@ import java.io.FileOutputStream; ...@@ -9,7 +9,7 @@ import java.io.FileOutputStream;
import java.io.OutputStream; import java.io.OutputStream;
/** /**
* @Author xuede *
* @Date 2020/3/6 10:29 * @Date 2020/3/6 10:29
* @Version 1.0 * @Version 1.0
*/ */
......
...@@ -12,7 +12,7 @@ import java.util.regex.Pattern; ...@@ -12,7 +12,7 @@ import java.util.regex.Pattern;
/** /**
* 身份证校验 * 身份证校验
* @Author: chancy *
* @Date: 2020/3/2 13:03 * @Date: 2020/3/2 13:03
*/ */
@Slf4j @Slf4j
......
...@@ -20,7 +20,7 @@ import java.util.*; ...@@ -20,7 +20,7 @@ import java.util.*;
/** /**
* 导入Excel文件(支持“XLS”和“XLSX”格式) * 导入Excel文件(支持“XLS”和“XLSX”格式)
* @author *
* @version * @version
*/ */
public class ImportExcel { public class ImportExcel {
......
...@@ -7,7 +7,7 @@ import java.util.Map; ...@@ -7,7 +7,7 @@ import java.util.Map;
/** /**
* 判断非空工具类 * 判断非空工具类
* *
* @author hjh *
* *
* @version v1.4 2016-12-19 * @version v1.4 2016-12-19
* @since 2016-2-12 * @since 2016-2-12
......
...@@ -11,7 +11,7 @@ import java.util.Map; ...@@ -11,7 +11,7 @@ import java.util.Map;
/** /**
* 主要用于作为Mybatis-Plus的工具类使用 * 主要用于作为Mybatis-Plus的工具类使用
* @author Liph *
* @datetime 2019-10-19/10/13 08:42 * @datetime 2019-10-19/10/13 08:42
*/ */
public class MyBatisPlusUpdateUtils { public class MyBatisPlusUpdateUtils {
......
...@@ -11,7 +11,7 @@ import java.util.*; ...@@ -11,7 +11,7 @@ import java.util.*;
/** /**
* 二维码海报工具类 * 二维码海报工具类
* @Author: chancy *
* @Date: 2020/3/12 14:33 * @Date: 2020/3/12 14:33
*/ */
@Slf4j @Slf4j
......
package com.winsun.utils; package com.winsun.utils;
/** /**
* @Author xuede *
* @Date 2020/2/5 22:58 * @Date 2020/2/5 22:58
* @Version 1.0 * @Version 1.0
*/ */
......
...@@ -10,7 +10,7 @@ import java.util.Set; ...@@ -10,7 +10,7 @@ import java.util.Set;
/** /**
* 加载系统配置 * 加载系统配置
* @author czl *
* @date 2014-3-21 * @date 2014-3-21
*/ */
@Slf4j @Slf4j
......
...@@ -2,7 +2,7 @@ package com.winsun.utils; ...@@ -2,7 +2,7 @@ package com.winsun.utils;
/** /**
* 微信请求地址配置及微信参数类 * 微信请求地址配置及微信参数类
* @author 董有沛 *
* @date 2017-03-31 * @date 2017-03-31
*/ */
public class WxConfig { public class WxConfig {
......
...@@ -11,7 +11,7 @@ import java.util.Map; ...@@ -11,7 +11,7 @@ import java.util.Map;
/** /**
* 小白卡调取接口工具类 * 小白卡调取接口工具类
* @Author: chancy *
* @Date: 2020/3/5 16:26 * @Date: 2020/3/5 16:26
*/ */
@Slf4j @Slf4j
......
...@@ -15,7 +15,7 @@ import org.springframework.cloud.openfeign.EnableFeignClients; ...@@ -15,7 +15,7 @@ import org.springframework.cloud.openfeign.EnableFeignClients;
/** /**
* SpringBoot方式启动类 * SpringBoot方式启动类
* *
* @author winsun *
* @Date 2017/5/21 12:06 * @Date 2017/5/21 12:06
*/ */
@EnableEurekaClient @EnableEurekaClient
......
...@@ -6,7 +6,7 @@ import org.springframework.boot.web.servlet.support.SpringBootServletInitializer ...@@ -6,7 +6,7 @@ import org.springframework.boot.web.servlet.support.SpringBootServletInitializer
/** /**
* Guns Web程序启动类 * Guns Web程序启动类
* *
* @author fengshuonan *
* @date 2017-05-21 9:43 * @date 2017-05-21 9:43
*/ */
public class WinsunServletInitializer extends SpringBootServletInitializer { public class WinsunServletInitializer extends SpringBootServletInitializer {
......
...@@ -6,7 +6,7 @@ import org.springframework.web.filter.CorsFilter; ...@@ -6,7 +6,7 @@ import org.springframework.web.filter.CorsFilter;
/** /**
* *
* @author *
* *
* http://localhost:3000; * http://localhost:3000;
* https://dx.dianyuanjiangli.com; * https://dx.dianyuanjiangli.com;
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
//import java.util.List; //import java.util.List;
// //
///** ///**
// * @author chengfengluo // *
// * @date 2022-03-15 14:58 // * @date 2022-03-15 14:58
// */ // */
//@Slf4j //@Slf4j
......
...@@ -21,7 +21,7 @@ import java.util.List; ...@@ -21,7 +21,7 @@ import java.util.List;
import java.util.concurrent.TimeUnit; import java.util.concurrent.TimeUnit;
/** /**
* @author chengfengluo *
* @date 2022-03-15 14:47 * @date 2022-03-15 14:47
*/ */
@Slf4j @Slf4j
......
...@@ -9,7 +9,7 @@ import javax.servlet.http.HttpServletResponse; ...@@ -9,7 +9,7 @@ import javax.servlet.http.HttpServletResponse;
import java.io.IOException; import java.io.IOException;
/** /**
* @author *
*/ */
@Component @Component
public class CorsFilter implements Filter { public class CorsFilter implements Filter {
......
...@@ -14,7 +14,7 @@ import java.util.List; ...@@ -14,7 +14,7 @@ import java.util.List;
/** /**
* @Author xuede *
* @Date 2020/2/29 16:11 * @Date 2020/2/29 16:11
* @Version 1.0 * @Version 1.0
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment