winter 4 лет назад
Родитель
Сommit
59fee5427f
81 измененных файлов: 336 добавлений и 2 удалений
  1. +6
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/app/WxAppinfoController.java
  2. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/basic/MallSaleTypeController.java
  3. +4
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/basic/WxBrandController.java
  4. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/basic/WxCustomizeModuleController.java
  5. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/basic/WxGroupController.java
  6. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMallBuildingController.java
  7. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMallController.java
  8. +9
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMapController.java
  9. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMerchantBUserController.java
  10. +4
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMerchantController.java
  11. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMerchantShopController.java
  12. +4
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMiniappThemeController.java
  13. +21
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/basic/WxProjectConfigController.java
  14. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/basic/WxShopController.java
  15. +3
    -1
      mallinkAdmin/src/main/java/com/iformall/controller/basic/WxTagsController.java
  16. +9
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/car/WxCarController.java
  17. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/car/WxParkController.java
  18. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/contract/WxContractBaseController.java
  19. +14
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/contract/WxPropertyContractController.java
  20. +24
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/contract/WxRentContractController.java
  21. +8
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/contract/WxRentPropertyContractController.java
  22. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/datatower/DataTowerController.java
  23. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/datatower/WxChartDataController.java
  24. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/datatower/WxMerchantTradeDailyController.java
  25. +4
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/datatower/WxUserStatisticsController.java
  26. +9
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/datatower/WxUserStructureController.java
  27. +3
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/device/KwBoxController.java
  28. +3
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/device/KwMerchantMeterController.java
  29. +7
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/device/KwMeterController.java
  30. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/device/KwMeterDataController.java
  31. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/device/WxDeviceController.java
  32. +4
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/device/WxScreenAdController.java
  33. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/invest/InvestController.java
  34. +3
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/invest/InvestCustomerController.java
  35. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/invest/InvestDemandController.java
  36. +5
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/invest/InvestFollowRecordController.java
  37. +5
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/invest/InvestMessageController.java
  38. +5
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/invest/InvestOperateRecordController.java
  39. +5
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/invest/InvestRemindController.java
  40. +5
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/invest/InvestTaskController.java
  41. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/AliBusinessCircleOrderController.java
  42. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/FengNiaoMapController.java
  43. +4
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/MarkingDataReportController.java
  44. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/PushLimitController.java
  45. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/UeditorController.java
  46. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxActivityController.java
  47. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxActivityJoinController.java
  48. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxBusinessCircleOrderController.java
  49. +4
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxCampaignController.java
  50. +5
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxCardPayController.java
  51. +8
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxCashOutController.java
  52. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponActionLogController.java
  53. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponCarController.java
  54. +12
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponChannelController.java
  55. +13
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponController.java
  56. +6
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponInjectController.java
  57. +4
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponOrderController.java
  58. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponPasswordController.java
  59. +5
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponPresentController.java
  60. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponSendConfigController.java
  61. +6
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponSendController.java
  62. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxFloatingLayerController.java
  63. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxGameController.java
  64. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxGameTemplateController.java
  65. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxMerchantMicroPayController.java
  66. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxMerchantPowerBillConfigController.java
  67. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxMerchantSubsidyController.java
  68. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxOpinionController.java
  69. +6
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxOrderController.java
  70. +4
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxOrderGroupController.java
  71. +3
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxPayOrderController.java
  72. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxPowerBillAutoConfigController.java
  73. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxPrepaymentController.java
  74. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxProfitSharingOrderController.java
  75. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxQuestionController.java
  76. +3
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxQuestionOneselfController.java
  77. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxRefundOrderController.java
  78. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxSubsidyController.java
  79. +2
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxThirdPartyOrdersController.java
  80. +3
    -0
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxTopicController.java
  81. +2
    -1
      mallinkAdmin/src/main/java/com/iformall/controller/market/WxUserCouponController.java

+ 6
- 0
mallinkAdmin/src/main/java/com/iformall/controller/app/WxAppinfoController.java Просмотреть файл

@@ -22,6 +22,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
import javax.servlet.ServletException; import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
@@ -37,18 +38,23 @@ import java.util.concurrent.Executors;
public class WxAppinfoController extends BaseController { public class WxAppinfoController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxAppinfoService wxAppinfoService; private WxAppinfoService wxAppinfoService;


@Lazy
@Autowired @Autowired
private WxMerchantMapper wxMerchantMapper; private WxMerchantMapper wxMerchantMapper;


@Lazy
@Autowired @Autowired
private QrCodeService qrCodeService; private QrCodeService qrCodeService;


@Lazy
@Autowired @Autowired
private WxCouponChannelMapper wxCouponChannelMapper; private WxCouponChannelMapper wxCouponChannelMapper;
@Lazy
@Autowired @Autowired
WxCouponMapper wxCouponMapper; WxCouponMapper wxCouponMapper;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/basic/MallSaleTypeController.java Просмотреть файл

@@ -13,6 +13,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;
@@ -25,6 +26,7 @@ import java.util.Arrays;
public class MallSaleTypeController extends BaseController { public class MallSaleTypeController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private MallSaleTypeService mallSaleTypeService; private MallSaleTypeService mallSaleTypeService;




+ 4
- 0
mallinkAdmin/src/main/java/com/iformall/controller/basic/WxBrandController.java Просмотреть файл

@@ -18,6 +18,7 @@ import org.apache.commons.collections.CollectionUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.List; import java.util.List;
@@ -32,8 +33,11 @@ import java.util.Map;
public class WxBrandController extends BaseController { public class WxBrandController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxBrandService wxBrandService; private WxBrandService wxBrandService;
@Lazy
@Autowired @Autowired
private WxMerchantService wxMerchantService; private WxMerchantService wxMerchantService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/basic/WxCustomizeModuleController.java Просмотреть файл

@@ -16,6 +16,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.List; import java.util.List;
@@ -27,6 +28,7 @@ public class WxCustomizeModuleController extends BaseController {


private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
WxCustomizeModuleService wxCustomizeModuleService; WxCustomizeModuleService wxCustomizeModuleService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/basic/WxGroupController.java Просмотреть файл

@@ -12,6 +12,7 @@ import io.swagger.annotations.ApiImplicitParams;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


@RestController @RestController
@@ -19,6 +20,7 @@ import org.springframework.web.bind.annotation.*;
public class WxGroupController extends BaseController { public class WxGroupController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxGroupService wxGroupService; private WxGroupService wxGroupService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMallBuildingController.java Просмотреть файл

@@ -14,6 +14,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.context.annotation.Lazy;
import org.springframework.data.redis.core.RedisTemplate; import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


@@ -24,6 +25,7 @@ import java.util.List;
public class WxMallBuildingController extends BaseController { public class WxMallBuildingController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxMallBuildingService wxMallBuildingService; private WxMallBuildingService wxMallBuildingService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMallController.java Просмотреть файл

@@ -9,6 +9,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


@RestController @RestController
@@ -16,6 +17,7 @@ import org.springframework.web.bind.annotation.*;
public class WxMallController extends BaseController { public class WxMallController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxMallService wxMallService; private WxMallService wxMallService;




+ 9
- 0
mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMapController.java Просмотреть файл

@@ -15,6 +15,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.Date; import java.util.Date;
@@ -29,27 +30,35 @@ import java.util.Map;
public class WxMapController extends BaseController { public class WxMapController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxShopService wxShopService; private WxShopService wxShopService;


@Lazy
@Autowired @Autowired
private WxMerchantService wxMerchantService; private WxMerchantService wxMerchantService;


@Lazy
@Autowired @Autowired
private WxRentContractService wxRentContractService; private WxRentContractService wxRentContractService;


@Lazy
@Autowired @Autowired
private WxCouponOrderService wxCouponOrderService; private WxCouponOrderService wxCouponOrderService;


@Lazy
@Autowired @Autowired
private WxCardSpendService wxCardSpendService; private WxCardSpendService wxCardSpendService;


@Lazy
@Autowired @Autowired
private WxBusinessCircleOrderService wxBusinessCircleOrderService; private WxBusinessCircleOrderService wxBusinessCircleOrderService;


@Lazy
@Autowired @Autowired
private AliBusinessCircleOrderService aliBusinessCircleOrderService; private AliBusinessCircleOrderService aliBusinessCircleOrderService;


@Lazy
@Autowired @Autowired
private WxCreditHistoryService wxCreditHistoryService; private WxCreditHistoryService wxCreditHistoryService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMerchantBUserController.java Просмотреть файл

@@ -9,6 +9,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


@RestController @RestController
@@ -16,6 +17,7 @@ import org.springframework.web.bind.annotation.*;
public class WxMerchantBUserController extends BaseController { public class WxMerchantBUserController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxMerchantBUserService wxMerchantBUserService; private WxMerchantBUserService wxMerchantBUserService;




+ 4
- 0
mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMerchantController.java Просмотреть файл

@@ -24,6 +24,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
@@ -39,8 +40,11 @@ import java.util.Map;
public class WxMerchantController extends BaseController { public class WxMerchantController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxMerchantService wxMerchantService; private WxMerchantService wxMerchantService;
@Lazy
@Autowired @Autowired
private QrCodeService qrCodeService; private QrCodeService qrCodeService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMerchantShopController.java Просмотреть файл

@@ -13,6 +13,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


@RestController @RestController
@@ -20,6 +21,7 @@ import org.springframework.web.bind.annotation.*;
public class WxMerchantShopController extends BaseController { public class WxMerchantShopController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxMerchantShopService wxMerchantShopService; private WxMerchantShopService wxMerchantShopService;




+ 4
- 0
mallinkAdmin/src/main/java/com/iformall/controller/basic/WxMiniappThemeController.java Просмотреть файл

@@ -23,6 +23,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.context.annotation.Lazy;
import org.springframework.data.redis.core.RedisTemplate; import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.util.Assert; import org.springframework.util.Assert;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
@@ -40,8 +41,11 @@ public class WxMiniappThemeController extends BaseController {


private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
WxMiniappThemeService wxMiniappThemeService; WxMiniappThemeService wxMiniappThemeService;
@Lazy
@Autowired @Autowired
WxAppinfoService wxAppinfoService; WxAppinfoService wxAppinfoService;




+ 21
- 0
mallinkAdmin/src/main/java/com/iformall/controller/basic/WxProjectConfigController.java Просмотреть файл

@@ -23,6 +23,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.context.annotation.Lazy;
import org.springframework.data.redis.core.RedisTemplate; import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.util.Assert; import org.springframework.util.Assert;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
@@ -36,63 +37,83 @@ import java.util.concurrent.TimeUnit;
public class WxProjectConfigController extends BaseController { public class WxProjectConfigController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
WxProjectConfigService wxProjectConfigService; WxProjectConfigService wxProjectConfigService;


@Lazy
@Autowired @Autowired
WxCouponSendConfigService wxCouponSendConfigService; WxCouponSendConfigService wxCouponSendConfigService;


@Lazy
@Autowired @Autowired
WxMallService wxMallService; WxMallService wxMallService;


@Lazy
@Autowired @Autowired
WxPayAccountService wxPayAccountService; WxPayAccountService wxPayAccountService;


@Lazy
@Autowired @Autowired
WxPayAccountBillService wxPayAccountBillService; WxPayAccountBillService wxPayAccountBillService;


@Lazy
@Autowired @Autowired
MallUserInfoService userInfoService; MallUserInfoService userInfoService;


@Lazy
@Autowired @Autowired
WxAppinfoService wxAppinfoService; WxAppinfoService wxAppinfoService;


@Lazy
@Autowired @Autowired
WxMsgConfigService wxMsgConfigService; WxMsgConfigService wxMsgConfigService;


@Lazy
@Autowired @Autowired
WxParkService wxParkService; WxParkService wxParkService;


@Lazy
@Autowired @Autowired
WxWiWideInfoService wxWiWideInfoService; WxWiWideInfoService wxWiWideInfoService;


@Lazy
@Autowired @Autowired
WxAuthorizerInfoService wxAuthorizerInfoService; WxAuthorizerInfoService wxAuthorizerInfoService;


@Lazy
@Autowired @Autowired
WxWeappExtSetService wxWeappExtSetService; WxWeappExtSetService wxWeappExtSetService;


@Lazy
@Autowired @Autowired
WxScoreRulesService wxScoreRulesService; WxScoreRulesService wxScoreRulesService;


@Lazy
@Autowired @Autowired
WxTemplateMsgService wxTemplateMsgService; WxTemplateMsgService wxTemplateMsgService;


@Lazy
@Autowired @Autowired
WxQuestionService wxQuestionService; WxQuestionService wxQuestionService;


@Lazy
@Autowired @Autowired
WxMsgValidationcodeModelService wxMsgValidationcodeModelService; WxMsgValidationcodeModelService wxMsgValidationcodeModelService;


@Lazy
@Autowired @Autowired
WxFlowConfigService wxFlowConfigService; WxFlowConfigService wxFlowConfigService;


@Lazy
@Autowired @Autowired
WxMallBuildingService wxMallBuildingService; WxMallBuildingService wxMallBuildingService;


@Lazy
@Autowired @Autowired
MallUserInfoService mallUserInfoService; MallUserInfoService mallUserInfoService;


@Lazy
@Autowired @Autowired
private WechatWebProperties wechatWebProperties; private WechatWebProperties wechatWebProperties;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/basic/WxShopController.java Просмотреть файл

@@ -14,6 +14,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
@@ -28,6 +29,7 @@ import java.util.Map;
public class WxShopController extends BaseController { public class WxShopController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxShopService wxShopService; private WxShopService wxShopService;




+ 3
- 1
mallinkAdmin/src/main/java/com/iformall/controller/basic/WxTagsController.java Просмотреть файл

@@ -7,6 +7,7 @@ import com.iformall.controller.base.BaseController;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;
@@ -25,10 +26,11 @@ import io.swagger.annotations.ApiOperation;
public class WxTagsController extends BaseController { public class WxTagsController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxTagsService wxTagsService; private WxTagsService wxTagsService;


@Lazy
@Autowired @Autowired
private WxCUserTagsService wxCUserTagsService; private WxCUserTagsService wxCUserTagsService;




+ 9
- 0
mallinkAdmin/src/main/java/com/iformall/controller/car/WxCarController.java Просмотреть файл

@@ -26,6 +26,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.Date; import java.util.Date;
@@ -41,27 +42,35 @@ public class WxCarController extends BaseController {


TJDUtil tjd = new TJDUtil(); TJDUtil tjd = new TJDUtil();


@Lazy
@Autowired @Autowired
WxParkService wxParkService; WxParkService wxParkService;


@Lazy
@Autowired @Autowired
WxCUserCarService wxCUserCarService; WxCUserCarService wxCUserCarService;


@Lazy
@Autowired @Autowired
WxMerchantService wxMerchantService; WxMerchantService wxMerchantService;


@Lazy
@Autowired @Autowired
WxCarCmdLogService wxCarCmdLogService; WxCarCmdLogService wxCarCmdLogService;


@Lazy
@Autowired @Autowired
WxCouponService wxCouponService; WxCouponService wxCouponService;


@Lazy
@Autowired @Autowired
WxCouponCarService wxCouponCarService; WxCouponCarService wxCouponCarService;


@Lazy
@Autowired @Autowired
WxFlowService wxFlowService; WxFlowService wxFlowService;


@Lazy
@Autowired @Autowired
WxCouponMapper wxCouponMapper; WxCouponMapper wxCouponMapper;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/car/WxParkController.java Просмотреть файл

@@ -13,6 +13,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


@RestController @RestController
@@ -20,6 +21,7 @@ import org.springframework.web.bind.annotation.*;
public class WxParkController extends BaseController { public class WxParkController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxParkService wxParkService; private WxParkService wxParkService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/contract/WxContractBaseController.java Просмотреть файл

@@ -6,6 +6,7 @@ import java.util.List;
import java.util.Map; import java.util.Map;


import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;


import com.iformall.controller.base.BaseController; import com.iformall.controller.base.BaseController;
@@ -22,6 +23,7 @@ import com.iformall.service.WxFlowService;
@RestController @RestController
public class WxContractBaseController extends BaseController{ public class WxContractBaseController extends BaseController{


@Lazy
@Autowired @Autowired
private WxFlowService wxFlowService; private WxFlowService wxFlowService;


+ 14
- 0
mallinkAdmin/src/main/java/com/iformall/controller/contract/WxPropertyContractController.java Просмотреть файл

@@ -43,6 +43,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
@@ -62,18 +63,31 @@ import java.util.Map;
public class WxPropertyContractController extends WxContractBaseController { public class WxPropertyContractController extends WxContractBaseController {
private Logger logger = LoggerFactory.getLogger(this.getClass()); private Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxPropertyContractService wxPropertyContractService; private WxPropertyContractService wxPropertyContractService;
@Lazy
@Autowired @Autowired
private WxBillPropertyService wxBillPropertyService; private WxBillPropertyService wxBillPropertyService;
@Lazy
@Autowired @Autowired
private WxPropertyContractMapper wxPropertyContractMapper; private WxPropertyContractMapper wxPropertyContractMapper;
@Lazy
@Autowired @Autowired
private WxRentPropertyContractService wxRentPropertyContractService; private WxRentPropertyContractService wxRentPropertyContractService;
@Lazy
@Autowired @Autowired
WxMallBuildingService buildingService; WxMallBuildingService buildingService;
@Lazy
@Autowired @Autowired
WxMallFloorService floorService; WxMallFloorService floorService;
@Lazy
@Autowired @Autowired
private WxShopService wxShopService; private WxShopService wxShopService;




+ 24
- 0
mallinkAdmin/src/main/java/com/iformall/controller/contract/WxRentContractController.java Просмотреть файл

@@ -14,6 +14,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PostMapping;
@@ -77,28 +78,51 @@ import io.swagger.annotations.ApiImplicitParams;
public class WxRentContractController extends WxContractBaseController { public class WxRentContractController extends WxContractBaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxRentContractService wxRentContractService; private WxRentContractService wxRentContractService;
@Lazy
@Autowired @Autowired
private WxBillRentService wxBillRentService; private WxBillRentService wxBillRentService;
@Lazy
@Autowired @Autowired
private WxPayAccountBillService payAccountBillService; private WxPayAccountBillService payAccountBillService;
@Lazy
@Autowired @Autowired
private WxMerchantService wxMerchantService; private WxMerchantService wxMerchantService;
@Lazy
@Autowired @Autowired
private WxRentContractMapper wxRentContractMapper; private WxRentContractMapper wxRentContractMapper;
@Lazy
@Autowired @Autowired
WxBillRentMapper wxBillRentMapper; WxBillRentMapper wxBillRentMapper;
@Lazy
@Autowired @Autowired
WxBillPropertyMapper wxBillPropertyMapper; WxBillPropertyMapper wxBillPropertyMapper;
@Lazy
@Autowired @Autowired
private WxRentPropertyContractService wxRentPropertyContractService; private WxRentPropertyContractService wxRentPropertyContractService;
@Lazy
@Autowired @Autowired
private WxShopService wxShopService; private WxShopService wxShopService;
@Lazy
@Autowired @Autowired
WxPropertyContractService wxPropertyContractService; WxPropertyContractService wxPropertyContractService;
@Lazy
@Autowired @Autowired
WxMallBuildingService buildingService; WxMallBuildingService buildingService;
@Lazy
@Autowired @Autowired
WxMallFloorService floorService; WxMallFloorService floorService;


+ 8
- 0
mallinkAdmin/src/main/java/com/iformall/controller/contract/WxRentPropertyContractController.java Просмотреть файл

@@ -29,6 +29,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


/** /**
@@ -39,12 +40,19 @@ import org.springframework.web.bind.annotation.*;
public class WxRentPropertyContractController extends WxContractBaseController { public class WxRentPropertyContractController extends WxContractBaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxRentPropertyContractService wxRentPropertyContractService; private WxRentPropertyContractService wxRentPropertyContractService;
@Lazy
@Autowired @Autowired
WxMallBuildingService buildingService; WxMallBuildingService buildingService;
@Lazy
@Autowired @Autowired
WxMallFloorService floorService; WxMallFloorService floorService;
@Lazy
@Autowired @Autowired
private WxShopService wxShopService; private WxShopService wxShopService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/datatower/DataTowerController.java Просмотреть файл

@@ -12,6 +12,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import javax.servlet.ServletOutputStream; import javax.servlet.ServletOutputStream;
@@ -30,6 +31,7 @@ public class DataTowerController extends BaseController {


private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private DataTowerService dataTowerService; private DataTowerService dataTowerService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/datatower/WxChartDataController.java Просмотреть файл

@@ -12,6 +12,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.Map; import java.util.Map;
@@ -23,6 +24,7 @@ public class WxChartDataController extends BaseController {


private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxChartDataService wxChartDataService; private WxChartDataService wxChartDataService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/datatower/WxMerchantTradeDailyController.java Просмотреть файл

@@ -16,6 +16,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
@@ -28,6 +29,7 @@ import java.util.Date;
public class WxMerchantTradeDailyController extends BaseController { public class WxMerchantTradeDailyController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxMerchantTradeDailyService wxMerchantTradeDailyService; private WxMerchantTradeDailyService wxMerchantTradeDailyService;




+ 4
- 0
mallinkAdmin/src/main/java/com/iformall/controller/datatower/WxUserStatisticsController.java Просмотреть файл

@@ -14,6 +14,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.math.BigDecimal; import java.math.BigDecimal;
@@ -26,12 +27,15 @@ import java.util.*;
public class WxUserStatisticsController extends BaseController { public class WxUserStatisticsController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxCUserBasicInfoService wxCUserBasicInfoService; private WxCUserBasicInfoService wxCUserBasicInfoService;


@Lazy
@Autowired @Autowired
private CUserServiceFactory cuserFactory; private CUserServiceFactory cuserFactory;


@Lazy
@Autowired @Autowired
private WxMallService wxMallService; private WxMallService wxMallService;




+ 9
- 0
mallinkAdmin/src/main/java/com/iformall/controller/datatower/WxUserStructureController.java Просмотреть файл

@@ -21,6 +21,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.math.BigDecimal; import java.math.BigDecimal;
@@ -34,27 +35,35 @@ import java.util.*;
public class WxUserStructureController extends BaseController { public class WxUserStructureController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxCUserBasicInfoService wxCUserBasicInfoService; private WxCUserBasicInfoService wxCUserBasicInfoService;


@Lazy
@Autowired @Autowired
private WxCUserService wxCUserService; private WxCUserService wxCUserService;


@Lazy
@Autowired @Autowired
private WxLevelConfigService wxLevelConfigService; private WxLevelConfigService wxLevelConfigService;


@Lazy
@Autowired @Autowired
private WxCUserCarService wxCUserCarService; private WxCUserCarService wxCUserCarService;


@Lazy
@Autowired @Autowired
private WxCUserTagsService wxCUserTagsService; private WxCUserTagsService wxCUserTagsService;


@Lazy
@Autowired @Autowired
private WxUserChannelService wxUserChannelService; private WxUserChannelService wxUserChannelService;


@Lazy
@Autowired @Autowired
private WxScoreRulesService wxScoreRulesService; private WxScoreRulesService wxScoreRulesService;


@Lazy
@Autowired @Autowired
private WxMallService wxMallService; private WxMallService wxMallService;




+ 3
- 0
mallinkAdmin/src/main/java/com/iformall/controller/device/KwBoxController.java Просмотреть файл

@@ -19,6 +19,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.List; import java.util.List;
@@ -29,9 +30,11 @@ import java.util.List;
public class KwBoxController extends BaseController { public class KwBoxController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private KwBoxService kwBoxService; private KwBoxService kwBoxService;


@Lazy
@Autowired @Autowired
private KwMeterService kwMeterService; private KwMeterService kwMeterService;




+ 3
- 0
mallinkAdmin/src/main/java/com/iformall/controller/device/KwMerchantMeterController.java Просмотреть файл

@@ -18,6 +18,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;




@@ -27,9 +28,11 @@ import org.springframework.web.bind.annotation.*;
public class KwMerchantMeterController extends BaseController { public class KwMerchantMeterController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private KwMerchantMeterService kwMerchantMeterService; private KwMerchantMeterService kwMerchantMeterService;


@Lazy
@Autowired @Autowired
private KwMeterDataService kwMeterDataService; private KwMeterDataService kwMeterDataService;




+ 7
- 0
mallinkAdmin/src/main/java/com/iformall/controller/device/KwMeterController.java Просмотреть файл

@@ -34,6 +34,7 @@ import org.apache.poi.xssf.usermodel.XSSFWorkbook;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
import org.springframework.web.multipart.MultipartFile; import org.springframework.web.multipart.MultipartFile;


@@ -49,21 +50,27 @@ import java.util.Optional;
public class KwMeterController extends BaseController { public class KwMeterController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private KwMeterService kwMeterService; private KwMeterService kwMeterService;


@Lazy
@Autowired @Autowired
private KwMeterDataService kwMeterDataService; private KwMeterDataService kwMeterDataService;


@Lazy
@Autowired @Autowired
private KwMerchantMeterService kwMerchantMeterService; private KwMerchantMeterService kwMerchantMeterService;


@Lazy
@Autowired @Autowired
private KwBoxService kwBoxService; private KwBoxService kwBoxService;


@Lazy
@Autowired @Autowired
private ExcelService excelService; private ExcelService excelService;


@Lazy
@Autowired @Autowired
private WxMerchantService wxMerchantService; private WxMerchantService wxMerchantService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/device/KwMeterDataController.java Просмотреть файл

@@ -20,6 +20,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.text.SimpleDateFormat; import java.text.SimpleDateFormat;
@@ -36,6 +37,7 @@ import java.util.*;
public class KwMeterDataController extends BaseController { public class KwMeterDataController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private KwMeterDataService kwMeterDataService; private KwMeterDataService kwMeterDataService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/device/WxDeviceController.java Просмотреть файл

@@ -17,6 +17,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.List; import java.util.List;
@@ -27,6 +28,7 @@ import java.util.List;
public class WxDeviceController extends BaseController { public class WxDeviceController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxDeviceService wxDeviceService; private WxDeviceService wxDeviceService;




+ 4
- 0
mallinkAdmin/src/main/java/com/iformall/controller/device/WxScreenAdController.java Просмотреть файл

@@ -18,6 +18,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


@RestController @RestController
@@ -26,12 +27,15 @@ import org.springframework.web.bind.annotation.*;
public class WxScreenAdController extends BaseController { public class WxScreenAdController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxScreenAdService wxScreenAdService; private WxScreenAdService wxScreenAdService;


@Lazy
@Autowired @Autowired
private WxCampaignService wxCampaignService; private WxCampaignService wxCampaignService;


@Lazy
@Autowired @Autowired
private WxCouponChannelService wxCouponChannelService; private WxCouponChannelService wxCouponChannelService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/invest/InvestController.java Просмотреть файл

@@ -8,6 +8,7 @@ import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiOperation;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
@@ -23,6 +24,7 @@ import java.util.Map;
@Api(tags = "招商模块-其它接口") @Api(tags = "招商模块-其它接口")
public class InvestController extends InvestBaseController { public class InvestController extends InvestBaseController {


@Lazy
@Autowired @Autowired
private InvestBizService bizService ; private InvestBizService bizService ;




+ 3
- 0
mallinkAdmin/src/main/java/com/iformall/controller/invest/InvestCustomerController.java Просмотреть файл

@@ -14,6 +14,7 @@ import io.swagger.annotations.*;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.multipart.MultipartFile; import org.springframework.web.multipart.MultipartFile;


import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponse;
@@ -33,9 +34,11 @@ import java.util.List;
@Api(tags = "招商模块-客户信息") @Api(tags = "招商模块-客户信息")
public class InvestCustomerController extends InvestBaseController{ public class InvestCustomerController extends InvestBaseController{


@Lazy
@Autowired @Autowired
private InvestBizService investBizService; private InvestBizService investBizService;


@Lazy
@Autowired @Autowired
private InvestCustomerService investCustomerService; private InvestCustomerService investCustomerService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/invest/InvestDemandController.java Просмотреть файл

@@ -5,6 +5,7 @@ import com.iformall.service.invest.InvestCustomerService;
import io.swagger.annotations.Api; import io.swagger.annotations.Api;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.Arrays; import java.util.Arrays;
@@ -23,6 +24,7 @@ import java.util.Arrays;
@Api(tags = "招商模块-客户需求") @Api(tags = "招商模块-客户需求")
public class InvestDemandController extends InvestBaseController { public class InvestDemandController extends InvestBaseController {


@Lazy
@Autowired @Autowired
private InvestCustomerService customerService; private InvestCustomerService customerService;




+ 5
- 0
mallinkAdmin/src/main/java/com/iformall/controller/invest/InvestFollowRecordController.java Просмотреть файл

@@ -12,6 +12,7 @@ import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiOperation;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.Arrays; import java.util.Arrays;
@@ -29,8 +30,12 @@ import java.util.Arrays;
@RequestMapping("invest/followrecord") @RequestMapping("invest/followrecord")
@Api(tags = "招商模块-跟踪记录") @Api(tags = "招商模块-跟踪记录")
public class InvestFollowRecordController extends InvestBaseController { public class InvestFollowRecordController extends InvestBaseController {
@Lazy
@Autowired @Autowired
private InvestFollowRecordService investFollowRecordService; private InvestFollowRecordService investFollowRecordService;
@Lazy
@Autowired @Autowired
private InvestBizService bizService ; private InvestBizService bizService ;




+ 5
- 0
mallinkAdmin/src/main/java/com/iformall/controller/invest/InvestMessageController.java Просмотреть файл

@@ -11,6 +11,7 @@ import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiOperation;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.Arrays; import java.util.Arrays;
@@ -28,8 +29,12 @@ import java.util.Arrays;
@RequestMapping("invest/message") @RequestMapping("invest/message")
@Api(tags = "招商模块-消息提醒") @Api(tags = "招商模块-消息提醒")
public class InvestMessageController extends InvestBaseController { public class InvestMessageController extends InvestBaseController {
@Lazy
@Autowired @Autowired
private InvestMessageService investRemindService; private InvestMessageService investRemindService;
@Lazy
@Autowired @Autowired
private InvestBizService bizService; private InvestBizService bizService;




+ 5
- 0
mallinkAdmin/src/main/java/com/iformall/controller/invest/InvestOperateRecordController.java Просмотреть файл

@@ -13,6 +13,7 @@ import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiOperation;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.Arrays; import java.util.Arrays;
@@ -31,8 +32,12 @@ import java.util.Collection;
@RequestMapping("invest/operaterecord") @RequestMapping("invest/operaterecord")
@Api(tags = "招商模块-操作记录") @Api(tags = "招商模块-操作记录")
public class InvestOperateRecordController extends InvestBaseController { public class InvestOperateRecordController extends InvestBaseController {
@Lazy
@Autowired @Autowired
private InvestOperateRecordService investOperateRecordService; private InvestOperateRecordService investOperateRecordService;
@Lazy
@Autowired @Autowired
private InvestBizService bizService; private InvestBizService bizService;




+ 5
- 0
mallinkAdmin/src/main/java/com/iformall/controller/invest/InvestRemindController.java Просмотреть файл

@@ -14,6 +14,7 @@ import io.swagger.annotations.ApiOperation;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.apache.shiro.authz.annotation.RequiresPermissions; import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.Arrays; import java.util.Arrays;
@@ -33,8 +34,12 @@ import java.util.Arrays;
@RequestMapping("invest/remind") @RequestMapping("invest/remind")
@Api(tags = "招商模块-预约提醒") @Api(tags = "招商模块-预约提醒")
public class InvestRemindController extends InvestBaseController { public class InvestRemindController extends InvestBaseController {
@Lazy
@Autowired @Autowired
private InvestRemindService investRemindService; private InvestRemindService investRemindService;
@Lazy
@Autowired @Autowired
private InvestBizService bizService; private InvestBizService bizService;




+ 5
- 0
mallinkAdmin/src/main/java/com/iformall/controller/invest/InvestTaskController.java Просмотреть файл

@@ -11,6 +11,7 @@ import io.swagger.annotations.ApiOperation;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.apache.shiro.authz.annotation.RequiresPermissions; import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.Arrays; import java.util.Arrays;
@@ -28,8 +29,12 @@ import java.util.Arrays;
@RequestMapping("invest/task") @RequestMapping("invest/task")
@Api(tags = "招商模块-招商任务") @Api(tags = "招商模块-招商任务")
public class InvestTaskController extends InvestBaseController { public class InvestTaskController extends InvestBaseController {
@Lazy
@Autowired @Autowired
private InvestTaskService investTaskService; private InvestTaskService investTaskService;
@Lazy
@Autowired @Autowired
private InvestBizService bizService; private InvestBizService bizService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/AliBusinessCircleOrderController.java Просмотреть файл

@@ -18,6 +18,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
@@ -34,6 +35,7 @@ import java.util.Map;
public class AliBusinessCircleOrderController extends BaseController { public class AliBusinessCircleOrderController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private AliBusinessCircleOrderService aliBusinessCircleOrderService; private AliBusinessCircleOrderService aliBusinessCircleOrderService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/FengNiaoMapController.java Просмотреть файл

@@ -12,6 +12,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


/** /**
@@ -23,6 +24,7 @@ import org.springframework.web.bind.annotation.*;
public class FengNiaoMapController extends BaseController { public class FengNiaoMapController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private FengNiaoMapService fengNiaoMapService; private FengNiaoMapService fengNiaoMapService;




+ 4
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/MarkingDataReportController.java Просмотреть файл

@@ -14,6 +14,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
@@ -32,8 +33,11 @@ import java.util.List;
public class MarkingDataReportController extends BaseController { public class MarkingDataReportController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private MarkingDataReportService markingDataReportService; private MarkingDataReportService markingDataReportService;
@Lazy
@Autowired @Autowired
private WxMallService wxMallService; private WxMallService wxMallService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/PushLimitController.java Просмотреть файл

@@ -10,6 +10,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


@RestController @RestController
@@ -18,6 +19,7 @@ import org.springframework.web.bind.annotation.*;
public class PushLimitController extends BaseController { public class PushLimitController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private PushLimitService pushLimitService; private PushLimitService pushLimitService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/UeditorController.java Просмотреть файл

@@ -3,6 +3,7 @@ package com.iformall.controller.market;
import com.iformall.ueditor.ActionEnter; import com.iformall.ueditor.ActionEnter;
import io.swagger.annotations.Api; import io.swagger.annotations.Api;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;
@@ -15,6 +16,7 @@ import javax.servlet.http.HttpServletRequest;
@Api(description = "网页bannner图接口") @Api(description = "网页bannner图接口")
public class UeditorController { public class UeditorController {


@Lazy
@Autowired @Autowired
private ActionEnter actionEnter; private ActionEnter actionEnter;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxActivityController.java Просмотреть файл

@@ -17,6 +17,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


/** /**
@@ -28,6 +29,7 @@ import org.springframework.web.bind.annotation.*;
public class WxActivityController extends BaseController { public class WxActivityController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxActivityService wxActivityService; private WxActivityService wxActivityService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxActivityJoinController.java Просмотреть файл

@@ -16,6 +16,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
@@ -30,6 +31,7 @@ import javax.servlet.http.HttpServletResponse;
public class WxActivityJoinController extends BaseController { public class WxActivityJoinController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxActivityJoinService wxActivityJoinService; private WxActivityJoinService wxActivityJoinService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxBusinessCircleOrderController.java Просмотреть файл

@@ -17,6 +17,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
@@ -30,6 +31,7 @@ import java.util.Map;
public class WxBusinessCircleOrderController extends BaseController { public class WxBusinessCircleOrderController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxBusinessCircleOrderService wxBusinessCircleOrderService; private WxBusinessCircleOrderService wxBusinessCircleOrderService;




+ 4
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxCampaignController.java Просмотреть файл

@@ -25,6 +25,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.Date; import java.util.Date;
@@ -36,12 +37,15 @@ import java.util.List;
public class WxCampaignController extends BaseController { public class WxCampaignController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxCampaignService wxCampaignService; private WxCampaignService wxCampaignService;


@Lazy
@Autowired @Autowired
WxCouponService wxCouponService; WxCouponService wxCouponService;


@Lazy
@Autowired @Autowired
private WxCouponChannelService wxCouponChannelService; private WxCouponChannelService wxCouponChannelService;




+ 5
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxCardPayController.java Просмотреть файл

@@ -25,6 +25,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
@@ -42,15 +43,19 @@ import java.util.Map;
public class WxCardPayController extends BaseController { public class WxCardPayController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
WxMerchantService wxMerchantService; WxMerchantService wxMerchantService;


@Lazy
@Autowired @Autowired
WxOrderService wxOrderService; WxOrderService wxOrderService;


@Lazy
@Autowired @Autowired
WxCardInfoService wxCardInfoService; WxCardInfoService wxCardInfoService;


@Lazy
@Autowired @Autowired
WxCardSpendService wxCardSpendService; WxCardSpendService wxCardSpendService;




+ 8
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxCashOutController.java Просмотреть файл

@@ -23,6 +23,7 @@ import java.util.Map;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


/** /**
@@ -36,12 +37,19 @@ import org.springframework.web.bind.annotation.*;
public class WxCashOutController extends BaseController { public class WxCashOutController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxCashOutService wxCashOutService; private WxCashOutService wxCashOutService;
@Lazy
@Autowired @Autowired
WxCUserService wxCUserService; WxCUserService wxCUserService;
@Lazy
@Autowired @Autowired
WxMerchantService wxMerchantService; WxMerchantService wxMerchantService;
@Lazy
@Autowired @Autowired
WxMallService wxMallService; WxMallService wxMallService;


+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponActionLogController.java Просмотреть файл

@@ -14,6 +14,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


@RestController @RestController
@@ -22,6 +23,7 @@ import org.springframework.web.bind.annotation.*;
public class WxCouponActionLogController extends BaseController { public class WxCouponActionLogController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxCouponActionLogService wxCouponActionLogService; private WxCouponActionLogService wxCouponActionLogService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponCarController.java Просмотреть файл

@@ -14,6 +14,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


@RestController @RestController
@@ -22,6 +23,7 @@ import org.springframework.web.bind.annotation.*;
public class WxCouponCarController extends BaseController { public class WxCouponCarController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxCouponCarService wxCouponCarService; private WxCouponCarService wxCouponCarService;




+ 12
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponChannelController.java Просмотреть файл

@@ -28,6 +28,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.ArrayList; import java.util.ArrayList;
@@ -41,16 +42,27 @@ import java.util.Map;
public class WxCouponChannelController extends BaseController { public class WxCouponChannelController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxCouponChannelService wxCouponChannelService; private WxCouponChannelService wxCouponChannelService;
@Lazy
@Autowired @Autowired
private WxAppinfoController wxAppinfoController; private WxAppinfoController wxAppinfoController;
@Lazy
@Autowired @Autowired
private WxCouponChannelMapper wxCouponChannelMapper; private WxCouponChannelMapper wxCouponChannelMapper;
@Lazy
@Autowired @Autowired
private QrCodeService qrCodeService; private QrCodeService qrCodeService;
@Lazy
@Autowired @Autowired
private WxFlowService wxFlowService; private WxFlowService wxFlowService;
@Lazy
@Autowired @Autowired
private WxCouponService wxCouponService; private WxCouponService wxCouponService;




+ 13
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponController.java Просмотреть файл

@@ -33,6 +33,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
@@ -45,19 +46,31 @@ import java.util.*;
public class WxCouponController extends BaseController { public class WxCouponController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxCouponService wxCouponService; private WxCouponService wxCouponService;
@Lazy
@Autowired @Autowired
private WxCouponPasswordService couponPasswordService; private WxCouponPasswordService couponPasswordService;
@Lazy
@Autowired @Autowired
private WxCouponChannelMapper wxCouponChannelMapper; private WxCouponChannelMapper wxCouponChannelMapper;
@Lazy
@Autowired @Autowired
private WxFlowService wxFlowService; private WxFlowService wxFlowService;
@Lazy
@Autowired @Autowired
private WxMallService wxMallService; private WxMallService wxMallService;
@Lazy
@Autowired @Autowired
RedisLock redisLock; RedisLock redisLock;
@Lazy
@Autowired @Autowired
private WxPayAccountService wxPayAccountService; private WxPayAccountService wxPayAccountService;




+ 6
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponInjectController.java Просмотреть файл

@@ -19,6 +19,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


@RestController @RestController
@@ -27,10 +28,15 @@ import org.springframework.web.bind.annotation.*;
public class WxCouponInjectController extends BaseController { public class WxCouponInjectController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxCouponInjectService wxCouponInjectService; private WxCouponInjectService wxCouponInjectService;
@Lazy
@Autowired @Autowired
private WxCUserTagsService wxCUserTagsService; private WxCUserTagsService wxCUserTagsService;
@Lazy
@Autowired @Autowired
private WxMsgModelService wxMsgModelService; private WxMsgModelService wxMsgModelService;




+ 4
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponOrderController.java Просмотреть файл

@@ -23,6 +23,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
@@ -35,12 +36,15 @@ import java.util.Map;
public class WxCouponOrderController extends BaseController { public class WxCouponOrderController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxCouponOrderService wxCouponOrderService; private WxCouponOrderService wxCouponOrderService;


@Lazy
@Autowired @Autowired
private WxRefundOrderService wxRefundOrderService; private WxRefundOrderService wxRefundOrderService;


@Lazy
@Autowired @Autowired
private WxAppinfoService wxAppinfoService; private WxAppinfoService wxAppinfoService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponPasswordController.java Просмотреть файл

@@ -16,6 +16,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


/** /**
@@ -27,6 +28,7 @@ import org.springframework.web.bind.annotation.*;
public class WxCouponPasswordController extends BaseController { public class WxCouponPasswordController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxCouponPasswordService wxCouponPasswordService; private WxCouponPasswordService wxCouponPasswordService;




+ 5
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponPresentController.java Просмотреть файл

@@ -23,6 +23,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.Date; import java.util.Date;
@@ -39,15 +40,19 @@ import java.util.Set;
public class WxCouponPresentController extends BaseController { public class WxCouponPresentController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxCouponPresentService wxCouponPresentService; private WxCouponPresentService wxCouponPresentService;


@Lazy
@Autowired @Autowired
PushLimitService pushLimitService; PushLimitService pushLimitService;


@Lazy
@Autowired @Autowired
WxCouponService wxCouponService; WxCouponService wxCouponService;


@Lazy
@Autowired @Autowired
WxCouponPasswordService wxCouponPasswordService; WxCouponPasswordService wxCouponPasswordService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponSendConfigController.java Просмотреть файл

@@ -14,6 +14,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.Date; import java.util.Date;
@@ -24,6 +25,7 @@ import java.util.Date;
public class WxCouponSendConfigController extends BaseController { public class WxCouponSendConfigController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxCouponSendConfigService wxCouponSendConfigService; private WxCouponSendConfigService wxCouponSendConfigService;




+ 6
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxCouponSendController.java Просмотреть файл

@@ -23,6 +23,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.Date; import java.util.Date;
@@ -34,10 +35,15 @@ import java.util.Objects;
public class WxCouponSendController extends BaseController { public class WxCouponSendController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxCouponSendService wxCouponSendService; private WxCouponSendService wxCouponSendService;
@Lazy
@Autowired @Autowired
private WxCouponService wxCouponService; private WxCouponService wxCouponService;
@Lazy
@Autowired @Autowired
private WxCouponActionLogService wxCouponActionLogService; private WxCouponActionLogService wxCouponActionLogService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxFloatingLayerController.java Просмотреть файл

@@ -19,6 +19,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


/** /**
@@ -30,6 +31,7 @@ import org.springframework.web.bind.annotation.*;
public class WxFloatingLayerController extends BaseController { public class WxFloatingLayerController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
WxFloatingLayerService wxFloatingLayerService; WxFloatingLayerService wxFloatingLayerService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxGameController.java Просмотреть файл

@@ -19,6 +19,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


@RestController @RestController
@@ -27,6 +28,7 @@ import org.springframework.web.bind.annotation.*;
public class WxGameController extends BaseController { public class WxGameController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxGameService wxGameService; private WxGameService wxGameService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxGameTemplateController.java Просмотреть файл

@@ -14,6 +14,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.List; import java.util.List;
@@ -24,6 +25,7 @@ import java.util.List;
public class WxGameTemplateController extends BaseController { public class WxGameTemplateController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxGameTemplateService wxGameTemplateService; private WxGameTemplateService wxGameTemplateService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxMerchantMicroPayController.java Просмотреть файл

@@ -14,6 +14,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;




@@ -23,6 +24,7 @@ import org.springframework.web.bind.annotation.*;
public class WxMerchantMicroPayController extends BaseController { public class WxMerchantMicroPayController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private MarkingDataReportService markingDataReportService; private MarkingDataReportService markingDataReportService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxMerchantPowerBillConfigController.java Просмотреть файл

@@ -15,6 +15,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;




@@ -27,6 +28,7 @@ import org.springframework.web.bind.annotation.*;
public class WxMerchantPowerBillConfigController extends BaseController { public class WxMerchantPowerBillConfigController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxMerchantPowerBillConfigService wxMerchantPowerBillConfigService; private WxMerchantPowerBillConfigService wxMerchantPowerBillConfigService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxMerchantSubsidyController.java Просмотреть файл

@@ -18,6 +18,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
@@ -33,6 +34,7 @@ import java.util.Map;
public class WxMerchantSubsidyController extends BaseController { public class WxMerchantSubsidyController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
WxMerchantSubsidyService wxMerchantSubsidyService; WxMerchantSubsidyService wxMerchantSubsidyService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxOpinionController.java Просмотреть файл

@@ -15,6 +15,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;




@@ -25,6 +26,7 @@ public class WxOpinionController extends BaseController {


private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxOpinionService wxOpinionService; private WxOpinionService wxOpinionService;




+ 6
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxOrderController.java Просмотреть файл

@@ -32,6 +32,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
@@ -47,18 +48,23 @@ import java.util.Map;
public class WxOrderController extends BaseController { public class WxOrderController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxCouponChannelService wxCouponChannelService; private WxCouponChannelService wxCouponChannelService;


@Lazy
@Autowired @Autowired
private WxOrderService wxOrderService; private WxOrderService wxOrderService;


@Lazy
@Autowired @Autowired
private WxCUserService wxCUserService; private WxCUserService wxCUserService;


@Lazy
@Autowired @Autowired
private WxCouponService wxCouponService; private WxCouponService wxCouponService;
@Lazy
@Autowired @Autowired
private WxCUserBasicInfoService wxCUserBasicInfoService; private WxCUserBasicInfoService wxCUserBasicInfoService;


+ 4
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxOrderGroupController.java Просмотреть файл

@@ -15,6 +15,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
@@ -31,8 +32,11 @@ import javax.servlet.http.HttpServletResponse;
public class WxOrderGroupController extends BaseController { public class WxOrderGroupController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
WxOrderGroupService wxOrderGroupService; WxOrderGroupService wxOrderGroupService;
@Lazy
@Autowired @Autowired
WxMallService wxMallService; WxMallService wxMallService;




+ 3
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxPayOrderController.java Просмотреть файл

@@ -20,6 +20,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.Map; import java.util.Map;
@@ -30,9 +31,11 @@ import java.util.Map;
public class WxPayOrderController extends BaseController { public class WxPayOrderController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxOrderService wxOrderService; private WxOrderService wxOrderService;


@Lazy
@Autowired @Autowired
private WxPayOrderService wxPayOrderService; private WxPayOrderService wxPayOrderService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxPowerBillAutoConfigController.java Просмотреть файл

@@ -15,6 +15,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;




@@ -27,6 +28,7 @@ import org.springframework.web.bind.annotation.*;
public class WxPowerBillAutoConfigController extends BaseController { public class WxPowerBillAutoConfigController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxPowerBillAutoConfigService wxPowerBillAutoConfigService; private WxPowerBillAutoConfigService wxPowerBillAutoConfigService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxPrepaymentController.java Просмотреть файл

@@ -16,6 +16,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;




@@ -28,6 +29,7 @@ import org.springframework.web.bind.annotation.*;
public class WxPrepaymentController extends BaseController { public class WxPrepaymentController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
WxPrepaymentService wxPrepaymentService; WxPrepaymentService wxPrepaymentService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxProfitSharingOrderController.java Просмотреть файл

@@ -17,6 +17,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.Map; import java.util.Map;
@@ -33,6 +34,7 @@ import javax.servlet.http.HttpServletResponse;
public class WxProfitSharingOrderController extends BaseController { public class WxProfitSharingOrderController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxProfitSharingOrderService wxProfitSharingOrderService; private WxProfitSharingOrderService wxProfitSharingOrderService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxQuestionController.java Просмотреть файл

@@ -15,6 +15,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import java.util.ArrayList; import java.util.ArrayList;
@@ -26,6 +27,7 @@ import java.util.List;
public class WxQuestionController extends BaseController { public class WxQuestionController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxQuestionService wxQuestionService; private WxQuestionService wxQuestionService;




+ 3
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxQuestionOneselfController.java Просмотреть файл

@@ -19,6 +19,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
@@ -32,9 +33,11 @@ public class WxQuestionOneselfController extends BaseController {


private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxQuestionOneselfService wxQuestionOneselfService; private WxQuestionOneselfService wxQuestionOneselfService;


@Lazy
@Autowired @Autowired
private WxQuestionOneselfUserService wxQuestionOneselfUserService; private WxQuestionOneselfUserService wxQuestionOneselfUserService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxRefundOrderController.java Просмотреть файл

@@ -6,6 +6,7 @@ import io.swagger.annotations.Api;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import com.github.pagehelper.PageInfo; import com.github.pagehelper.PageInfo;
@@ -24,6 +25,7 @@ import io.swagger.annotations.ApiOperation;
public class WxRefundOrderController extends BaseController { public class WxRefundOrderController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxRefundOrderService wxRefundOrderService; private WxRefundOrderService wxRefundOrderService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxSubsidyController.java Просмотреть файл

@@ -9,6 +9,7 @@ import io.swagger.annotations.Api;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;


import com.github.pagehelper.PageInfo; import com.github.pagehelper.PageInfo;
@@ -32,6 +33,7 @@ import java.util.Map;
public class WxSubsidyController extends BaseController { public class WxSubsidyController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxSubsidyService wxSubsidyService; private WxSubsidyService wxSubsidyService;




+ 2
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxThirdPartyOrdersController.java Просмотреть файл

@@ -18,6 +18,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
@@ -34,6 +35,7 @@ import java.util.Map;
public class WxThirdPartyOrdersController extends BaseController { public class WxThirdPartyOrdersController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxThirdPartyOrdersService wxThirdPartyOrdersOrderService; private WxThirdPartyOrdersService wxThirdPartyOrdersOrderService;




+ 3
- 0
mallinkAdmin/src/main/java/com/iformall/controller/market/WxTopicController.java Просмотреть файл

@@ -16,6 +16,7 @@ import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.*; import org.springframework.web.bind.annotation.*;
import java.util.Date; import java.util.Date;


@@ -24,6 +25,8 @@ import java.util.Date;
@Api(description = "专题相关接口") @Api(description = "专题相关接口")
public class WxTopicController extends BaseController { public class WxTopicController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());
@Lazy
@Autowired @Autowired
private WxTopicService wxTopicService; private WxTopicService wxTopicService;




+ 2
- 1
mallinkAdmin/src/main/java/com/iformall/controller/market/WxUserCouponController.java Просмотреть файл

@@ -11,6 +11,7 @@ import io.swagger.annotations.ApiOperation;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
@@ -25,7 +26,7 @@ import org.springframework.web.bind.annotation.RestController;
public class WxUserCouponController extends BaseController { public class WxUserCouponController extends BaseController {
private final Logger logger = LoggerFactory.getLogger(this.getClass()); private final Logger logger = LoggerFactory.getLogger(this.getClass());


@Lazy
@Autowired @Autowired
private WxUserCouponService wxUserCouponService; private WxUserCouponService wxUserCouponService;




Загрузка…
Отмена
Сохранить