Commit 72bdca46 by 伍思炜

代码注释修改

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