|
@@ -1,9 +1,7 @@
|
|
|
package com.gree.mall.manager.logic.admin;
|
|
|
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage;
|
|
|
-import com.baomidou.mybatisplus.core.toolkit.IdWorker;
|
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
|
-import com.gree.mall.manager.bean.admin.AdminUserBean;
|
|
|
import com.gree.mall.manager.bean.admin.AdminUserCom;
|
|
|
import com.gree.mall.manager.bean.admin.AdminWebsitTree;
|
|
|
import com.gree.mall.manager.bean.admin.AdminWebsitVO;
|
|
@@ -14,8 +12,14 @@ import com.gree.mall.manager.enums.IsYesNoEnum;
|
|
|
import com.gree.mall.manager.exception.RemoteServiceException;
|
|
|
import com.gree.mall.manager.logic.common.CommonLogic;
|
|
|
import com.gree.mall.manager.logic.common.LbsAmapLogic;
|
|
|
-import com.gree.mall.manager.plus.entity.*;
|
|
|
-import com.gree.mall.manager.plus.service.*;
|
|
|
+import com.gree.mall.manager.plus.entity.AdminCompanyWechat;
|
|
|
+import com.gree.mall.manager.plus.entity.AdminWebsit;
|
|
|
+import com.gree.mall.manager.plus.entity.AdminZone;
|
|
|
+import com.gree.mall.manager.plus.entity.SysDictCompany;
|
|
|
+import com.gree.mall.manager.plus.service.AdminCompanyWechatService;
|
|
|
+import com.gree.mall.manager.plus.service.AdminWebsitService;
|
|
|
+import com.gree.mall.manager.plus.service.AdminZoneService;
|
|
|
+import com.gree.mall.manager.plus.service.SysDictCompanyService;
|
|
|
import com.gree.mall.manager.utils.StringUtil;
|
|
|
import com.gree.mall.manager.zfire.bean.ZfireParamBean;
|
|
|
import com.gree.mall.manager.zfire.util.FieldUtils;
|
|
@@ -23,7 +27,6 @@ import lombok.extern.slf4j.Slf4j;
|
|
|
import me.chanjar.weixin.common.error.WxErrorException;
|
|
|
import org.springframework.beans.BeanUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.boot.autoconfigure.kafka.KafkaProperties;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
@@ -50,9 +53,6 @@ public class AdminWebsitLogic {
|
|
|
AdminCompanyWechatService adminCompanyWechatService;
|
|
|
|
|
|
@Autowired
|
|
|
- AdminCompanyWechatPayConfigService adminCompanyWechatPayConfigService;
|
|
|
-
|
|
|
- @Autowired
|
|
|
SysDictCompanyService sysDictCompanyService;
|
|
|
|
|
|
@Autowired
|