初始化

This commit is contained in:
xuelijun
2025-11-04 18:08:36 +08:00
parent 2dff5e25de
commit daa020f1ec
1370 changed files with 127388 additions and 1 deletions

View File

@@ -0,0 +1,176 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>ygsx-shop-admin</artifactId>
<groupId>com.ruoyi</groupId>
<version>3.8.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<artifactId>ruoyi-admin</artifactId>
<description>
web服务入口
</description>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.5.15</version>
<configuration>
<fork>true</fork> <!-- 如果没有该配置devtools不会生效 -->
</configuration>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
<warName>${project.artifactId}</warName>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>9</source>
<target>9</target>
</configuration>
</plugin>
</plugins>
<finalName>${project.artifactId}</finalName>
</build>
<dependencies>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>5.2.3</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>1.4</version>
</dependency>
<!-- Apache Commons IOFileUpload 依赖此库 -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>weixin-java-pay</artifactId>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.2.3</version>
</dependency>
<!-- spring-boot-devtools -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional> <!-- 表示依赖不会传递 -->
</dependency>
<!-- swagger3-->
<!-- <dependency>-->
<!-- <groupId>io.springfox</groupId>-->
<!-- <artifactId>springfox-boot-starter</artifactId>-->
<!-- </dependency>-->
<!-- 防止进入swagger页面报类型转换错误排除3.0.0中的引用手动增加1.6.2版本 -->
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-models</artifactId>
<version>1.6.2</version>
</dependency>
<!-- Mysql驱动包 -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<dependency>
<groupId>com.github.wechatpay-apiv3</groupId>
<artifactId>wechatpay-apache-httpclient</artifactId>
<version>0.2.2</version>
</dependency>
<!-- 核心模块-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-framework</artifactId>
</dependency>
<!-- 定时任务-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-quartz</artifactId>
</dependency>
<!-- 代码生成-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-generator</artifactId>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
<!-- <version>2.5.1.RELEASE</version>-->
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.83</version>
</dependency>
<dependency>
<groupId>com.qiniu</groupId>
<artifactId>qiniu-java-sdk</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>5.3.18</version>
</dependency>
</dependencies>
</project>

View File

@@ -0,0 +1,33 @@
package com.ruoyi;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
import org.springframework.scheduling.annotation.EnableScheduling;
/**
* 启动程序
*
* @author ruoyi
*/
@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class})
@EnableScheduling
public class RuoYiApplication {
public static void main(String[] args) {
// System.setProperty("spring.devtools.restart.enabled", "false");
SpringApplication.run(RuoYiApplication.class, args);
System.out.println("(♥◠‿◠)ノ゙ 若依启动成功 ლ(´ڡ`ლ)゙ \n" +
" .-------. ____ __ \n" +
" | _ _ \\ \\ \\ / / \n" +
" | ( ' ) | \\ _. / ' \n" +
" |(_ o _) / _( )_ .' \n" +
" | (_,_).' __ ___(_ o _)' \n" +
" | |\\ \\ | || |(_,_)' \n" +
" | | \\ `' /| `-' / \n" +
" | | \\ / \\ / \n" +
" ''-' `'-' `-..-' ");
}
}

View File

@@ -0,0 +1,18 @@
package com.ruoyi;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
/**
* web容器中进行部署
*
* @author ruoyi
*/
public class RuoYiServletInitializer extends SpringBootServletInitializer
{
@Override
protected SpringApplicationBuilder configure(SpringApplicationBuilder application)
{
return application.sources(RuoYiApplication.class);
}
}

View File

@@ -0,0 +1,94 @@
package com.ruoyi.web.controller.common;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.util.concurrent.TimeUnit;
import javax.annotation.Resource;
import javax.imageio.ImageIO;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.util.FastByteArrayOutputStream;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
import com.google.code.kaptcha.Producer;
import com.ruoyi.common.config.RuoYiConfig;
import com.ruoyi.common.constant.CacheConstants;
import com.ruoyi.common.constant.Constants;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.redis.RedisCache;
import com.ruoyi.common.utils.sign.Base64;
import com.ruoyi.common.utils.uuid.IdUtils;
import com.ruoyi.system.service.ISysConfigService;
/**
* 验证码操作处理
*
* @author ruoyi
*/
@RestController
public class CaptchaController
{
@Resource(name = "captchaProducer")
private Producer captchaProducer;
@Resource(name = "captchaProducerMath")
private Producer captchaProducerMath;
@Autowired
private RedisCache redisCache;
@Autowired
private ISysConfigService configService;
/**
* 生成验证码
*/
@GetMapping("/captchaImage")
public AjaxResult getCode(HttpServletResponse response) throws IOException
{
AjaxResult ajax = AjaxResult.success();
boolean captchaEnabled = configService.selectCaptchaEnabled();
ajax.put("captchaEnabled", captchaEnabled);
if (!captchaEnabled)
{
return ajax;
}
// 保存验证码信息
String uuid = IdUtils.simpleUUID();
String verifyKey = CacheConstants.CAPTCHA_CODE_KEY + uuid;
String capStr = null, code = null;
BufferedImage image = null;
// 生成验证码
String captchaType = RuoYiConfig.getCaptchaType();
if ("math".equals(captchaType))
{
String capText = captchaProducerMath.createText();
capStr = capText.substring(0, capText.lastIndexOf("@"));
code = capText.substring(capText.lastIndexOf("@") + 1);
image = captchaProducerMath.createImage(capStr);
}
else if ("char".equals(captchaType))
{
capStr = code = captchaProducer.createText();
image = captchaProducer.createImage(capStr);
}
redisCache.setCacheObject(verifyKey, code, Constants.CAPTCHA_EXPIRATION, TimeUnit.MINUTES);
// 转换流信息写出
FastByteArrayOutputStream os = new FastByteArrayOutputStream();
try
{
ImageIO.write(image, "jpg", os);
}
catch (IOException e)
{
return AjaxResult.error(e.getMessage());
}
ajax.put("uuid", uuid);
ajax.put("img", Base64.encode(os.toByteArray()));
return ajax;
}
}

View File

@@ -0,0 +1,163 @@
package com.ruoyi.web.controller.common;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.multipart.MultipartFile;
import com.ruoyi.common.config.RuoYiConfig;
import com.ruoyi.common.constant.Constants;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.utils.StringUtils;
import com.ruoyi.common.utils.file.FileUploadUtils;
import com.ruoyi.common.utils.file.FileUtils;
import com.ruoyi.framework.config.ServerConfig;
/**
* 通用请求处理
*
* @author ruoyi
*/
@RestController
@RequestMapping("/common")
public class CommonController
{
private static final Logger log = LoggerFactory.getLogger(CommonController.class);
@Autowired
private ServerConfig serverConfig;
private static final String FILE_DELIMETER = ",";
/**
* 通用下载请求
*
* @param fileName 文件名称
* @param delete 是否删除
*/
@GetMapping("/download")
public void fileDownload(String fileName, Boolean delete, HttpServletResponse response, HttpServletRequest request)
{
try
{
if (!FileUtils.checkAllowDownload(fileName))
{
throw new Exception(StringUtils.format("文件名称({})非法,不允许下载。 ", fileName));
}
String realFileName = System.currentTimeMillis() + fileName.substring(fileName.indexOf("_") + 1);
String filePath = RuoYiConfig.getDownloadPath() + fileName;
response.setContentType(MediaType.APPLICATION_OCTET_STREAM_VALUE);
FileUtils.setAttachmentResponseHeader(response, realFileName);
FileUtils.writeBytes(filePath, response.getOutputStream());
if (delete)
{
FileUtils.deleteFile(filePath);
}
}
catch (Exception e)
{
log.error("下载文件失败", e);
}
}
/**
* 通用上传请求(单个)
*/
@PostMapping("/upload")
public AjaxResult uploadFile(MultipartFile file) throws Exception
{
try
{
// 上传文件路径
String filePath = RuoYiConfig.getUploadPath();
// 上传并返回新文件名称
String fileName = FileUploadUtils.upload(filePath, file);
String url = serverConfig.getUrl() + fileName;
AjaxResult ajax = AjaxResult.success();
ajax.put("url", url);
ajax.put("fileName", fileName);
ajax.put("newFileName", FileUtils.getName(fileName));
ajax.put("originalFilename", file.getOriginalFilename());
return ajax;
}
catch (Exception e)
{
return AjaxResult.error(e.getMessage());
}
}
/**
* 通用上传请求(多个)
*/
@PostMapping("/uploads")
public AjaxResult uploadFiles(List<MultipartFile> files) throws Exception
{
try
{
// 上传文件路径
String filePath = RuoYiConfig.getUploadPath();
List<String> urls = new ArrayList<String>();
List<String> fileNames = new ArrayList<String>();
List<String> newFileNames = new ArrayList<String>();
List<String> originalFilenames = new ArrayList<String>();
for (MultipartFile file : files)
{
// 上传并返回新文件名称
String fileName = FileUploadUtils.upload(filePath, file);
String url = serverConfig.getUrl() + fileName;
urls.add(url);
fileNames.add(fileName);
newFileNames.add(FileUtils.getName(fileName));
originalFilenames.add(file.getOriginalFilename());
}
AjaxResult ajax = AjaxResult.success();
ajax.put("urls", StringUtils.join(urls, FILE_DELIMETER));
ajax.put("fileNames", StringUtils.join(fileNames, FILE_DELIMETER));
ajax.put("newFileNames", StringUtils.join(newFileNames, FILE_DELIMETER));
ajax.put("originalFilenames", StringUtils.join(originalFilenames, FILE_DELIMETER));
return ajax;
}
catch (Exception e)
{
return AjaxResult.error(e.getMessage());
}
}
/**
* 本地资源通用下载
*/
@GetMapping("/download/resource")
public void resourceDownload(String resource, HttpServletRequest request, HttpServletResponse response)
throws Exception
{
try
{
if (!FileUtils.checkAllowDownload(resource))
{
throw new Exception(StringUtils.format("资源文件({})非法,不允许下载。 ", resource));
}
// 本地资源路径
String localPath = RuoYiConfig.getProfile();
// 数据库资源地址
String downloadPath = localPath + StringUtils.substringAfter(resource, Constants.RESOURCE_PREFIX);
// 下载名称
String downloadName = StringUtils.substringAfterLast(downloadPath, "/");
response.setContentType(MediaType.APPLICATION_OCTET_STREAM_VALUE);
FileUtils.setAttachmentResponseHeader(response, downloadName);
FileUtils.writeBytes(downloadPath, response.getOutputStream());
}
catch (Exception e)
{
log.error("下载文件失败", e);
}
}
}

View File

@@ -0,0 +1,85 @@
package com.ruoyi.web.controller.mall;
import com.ruoyi.common.annotation.Log;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.page.TableDataInfo;
import com.ruoyi.common.enums.BusinessType;
import com.ruoyi.common.utils.poi.ExcelUtil;
import com.ruoyi.system.domain.mall.Basket;
import com.ruoyi.system.service.mall.IBasketService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* 购物车Controller
*
* @author ruoyi
* @date 2025-02-19
*/
@RestController
@RequestMapping("/system/basket")
public class BasketController extends BaseController
{
@Autowired
private IBasketService basketService;
/**
* 查询购物车列表
*/
@PreAuthorize("@ss.hasPermi('system:basket:list')")
@GetMapping("/list")
public TableDataInfo list(Basket basket)
{
startPage();
List<Basket> list = basketService.selectBasketList(basket);
return getDataTable(list);
}
/**
* 获取购物车详细信息
*/
@PreAuthorize("@ss.hasPermi('system:basket:query')")
@GetMapping(value = "/{basketId}")
public AjaxResult getInfo(@PathVariable("basketId") Long basketId)
{
return success(basketService.selectBasketByBasketId(basketId));
}
/**
* 新增购物车
*/
@PreAuthorize("@ss.hasPermi('system:basket:add')")
@Log(title = "购物车", businessType = BusinessType.INSERT)
@PostMapping
public AjaxResult add(@RequestBody Basket basket)
{
return toAjax(basketService.insertBasket(basket));
}
/**
* 修改购物车
*/
@PreAuthorize("@ss.hasPermi('system:basket:edit')")
@Log(title = "购物车", businessType = BusinessType.UPDATE)
@PutMapping
public AjaxResult edit(@RequestBody Basket basket)
{
return toAjax(basketService.updateBasket(basket));
}
/**
* 删除购物车
*/
@PreAuthorize("@ss.hasPermi('system:basket:remove')")
@Log(title = "购物车", businessType = BusinessType.DELETE)
@DeleteMapping("/{basketIds}")
public AjaxResult remove(@PathVariable Long[] basketIds)
{
return toAjax(basketService.deleteBasketByBasketIds(basketIds));
}
}

View File

@@ -0,0 +1,124 @@
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许,不可做商业用途!
*
* 版权所有,侵权必究!
*/
package com.ruoyi.web.controller.mall;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.domain.entity.SysUser;
import com.ruoyi.common.exception.ServiceException;
import com.ruoyi.common.utils.SecurityUtils;
import com.ruoyi.system.domain.mall.Category;
import com.ruoyi.system.service.ISysUserService;
import com.ruoyi.system.service.mall.CategoryService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.*;
import java.util.Date;
import java.util.List;
import java.util.Objects;
import static com.ruoyi.common.core.domain.AjaxResult.success;
/**
* 分类管理
* @author lgh
*
*/
@RestController
@RequestMapping("/prod/category")
public class CategoryController {
@Autowired
private CategoryService categoryService;
@Autowired
private ISysUserService iSysUserService;
/**
* 获取菜单页面的表
* @return
*/
@GetMapping("/table")
public AjaxResult table(){
Long userId =SecurityUtils.getUserId();
SysUser user = iSysUserService.selectUserById(userId);
List<Category> categoryMenuList = categoryService.tableCategory(user.getShopId());
return success(categoryMenuList);
}
/**
* 获取分类信息
*/
@GetMapping("/info/{categoryId}")
public AjaxResult info(@PathVariable("categoryId") Long categoryId){
Category category = categoryService.getById(categoryId);
return success(category);
}
@PostMapping("/add")
public AjaxResult add(@RequestBody Category category)
{
Long userId = SecurityUtils.getUserId();
SysUser user = iSysUserService.selectUserById(userId);
category.setShopId(user.getShopId());
category.setRecTime(new Date());
Category categoryName = categoryService.getOne(new LambdaQueryWrapper<Category>().eq(Category::getCategoryName,category.getCategoryName())
.eq(Category::getShopId,category.getShopId()));
if(Objects.nonNull(categoryName)){
throw new ServiceException("类目名称已存在!");
}
categoryService.save(category);
return success();
}
@PostMapping("/update")
public AjaxResult update(@RequestBody Category category){
Long userId = SecurityUtils.getUserId();
SysUser user = iSysUserService.selectUserById(userId);
category.setShopId(user.getShopId());
if (Objects.equals(category.getParentId(),category.getCategoryId())) {
throw new ServiceException("分类的上级不能是自己本身!");
}
Category categoryName = categoryService.getOne(new LambdaQueryWrapper<Category>().eq(Category::getCategoryName,category.getCategoryName())
.eq(Category::getShopId,category.getShopId()).ne(Category::getCategoryId,category.getCategoryId()));
if(categoryName != null){
throw new ServiceException("类目名称已存在!");
}
Category categoryDb = categoryService.getById(category.getCategoryId());
// 如果从下线改成正常,则需要判断上级的状态
if (Objects.equals(categoryDb.getStatus(),0) && Objects.equals(category.getStatus(),1) && !Objects.equals(category.getParentId(),0L)){
Category parentCategory = categoryService.getOne(new LambdaQueryWrapper<Category>().eq(Category::getCategoryId, category.getParentId()));
if(Objects.isNull(parentCategory) || Objects.equals(parentCategory.getStatus(),0)){
// 修改失败,上级分类不存在或者不为正常状态
throw new ServiceException("修改失败,上级分类不存在或者不为正常状态!");
}
}
categoryService.updateById(category);
return success();
}
/**
* 删除分类
*/
@DeleteMapping("/{categoryId}")
public AjaxResult delete(@PathVariable("categoryId") Long categoryId){
if (categoryService.count(new LambdaQueryWrapper<Category>().eq(Category::getParentId,categoryId)) >0) {
throw new ServiceException("请删除子分类,再删除该分类");
}
categoryService.removeById(categoryId);
return success();
}
}

View File

@@ -0,0 +1,44 @@
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许,不可做商业用途!
*
* 版权所有,侵权必究!
*/
package com.ruoyi.web.controller.mall;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.system.domain.mall.Delivery;
import com.ruoyi.system.service.mall.DeliveryService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import java.util.List;
/**
*
* @author lgh on 2018/11/26.
*/
@RestController
@RequestMapping("/admin/delivery")
public class DeliveryController {
@Autowired
private DeliveryService deliveryService;
/**
* 分页获取
*/
@GetMapping("/list")
public AjaxResult page(){
List<Delivery> list = deliveryService.list();
return AjaxResult.success(list);
}
}

View File

@@ -0,0 +1,409 @@
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许,不可做商业用途!
*
* 版权所有,侵权必究!
*/
package com.ruoyi.web.controller.mall;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.system.service.mall.IAttachFileService;
import org.apache.poi.ss.util.CellRangeAddress;
import org.apache.poi.xssf.usermodel.XSSFPictureData;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.mock.web.MockMultipartFile;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.multipart.MultipartFile;
import org.apache.poi.ss.usermodel.*;
import org.apache.poi.xssf.usermodel.XSSFWorkbook;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
import static com.ruoyi.common.core.domain.AjaxResult.success;
import java.util.UUID;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.ByteArrayInputStream;
import java.net.URLConnection;
import java.util.Arrays;
import org.springframework.util.StringUtils;
/**
* 文件上传 controller
* @author lgh
*
*/
@RestController
@RequestMapping("/file")
public class FileController {
private static final Logger logger = LoggerFactory.getLogger(FileController.class);
@Autowired
private IAttachFileService attachFileService;
@PostMapping("/upload/element")
public AjaxResult uploadElementFile(@RequestParam("file") MultipartFile file) throws IOException{
if(file.isEmpty()){
return success();
}
AjaxResult ajax = attachFileService.uploadFile(file);
return ajax;
}
@PostMapping("/upload/excel")
public AjaxResult uploadExcel(@RequestParam("file") MultipartFile file) throws IOException {
if (file.isEmpty()) {
return AjaxResult.error("请选择要上传的文件");
}
try (InputStream is = file.getInputStream();
Workbook workbook = new XSSFWorkbook(is)) {
Map<String, String> imageMap = extractImages(workbook);
Sheet sheet = workbook.getSheetAt(0);
List<Map<String, String>> dataList = new ArrayList<>();
// 获取表头
Row headerRow = sheet.getRow(0);
Map<Integer, String> headerMap = new HashMap<>();
for (Cell cell : headerRow) {
headerMap.put(cell.getColumnIndex(), cell.getStringCellValue().trim());
}
// 遍历数据行
List<CellRangeAddress> mergedRegions = sheet.getMergedRegions();
for (int i = 1; i <= sheet.getLastRowNum(); i++) {
Row row = sheet.getRow(i);
if (row == null || isEmptyRow(row)) continue;
Map<String, String> rowData = new HashMap<>();
// 处理合并单元格的值
for (Cell cell : row) {
int columnIndex = cell.getColumnIndex();
String headerName = headerMap.get(columnIndex);
// 检查是否是合并单元格
CellRangeAddress mergedRegion = getMergedRegion(sheet, i, columnIndex);
if (mergedRegion != null) {
Cell firstCell = sheet.getRow(mergedRegion.getFirstRow()).getCell(columnIndex);
rowData.put(headerName, getCellValueAsString(firstCell));
} else {
if (headerName.contains("图片")) {
// 直接从imageMap获取已处理的图片URL
String imgPath = imageMap.getOrDefault(cell.getStringCellValue().trim(), "");
rowData.put(headerName, imgPath);
// 自动收集到imgs字段
if (!"商品主图".equals(headerName)) {
String currentImgs = rowData.getOrDefault("imgs", "");
System.out.println("imgPath"+imgPath);
rowData.put("imgs", currentImgs.isEmpty() ? imgPath : currentImgs + "," + imgPath);
}
} else {
rowData.put(headerName, getCellValueAsString(cell));
}
}
}
// 修改商品ID补充逻辑
if (isEmpty(rowData.get("商品Id"))) {
// 仅当存在商品名时才继承ID说明是同一商品的SKU行
if (!isEmpty(rowData.get("商品名"))) {
rowData.put("商品Id", getLastValidProductId(dataList));
} else {
continue; // 跳过没有商品名和ID的行
}
}
// 增强校验方法
if (isValidProductRow(rowData)) {
dataList.add(rowData);
}
}
// 替换原有的商品数据处理逻辑
List<Map<String, Object>> productList = new ArrayList<>();
Map<String, Map<String, Object>> productMap = new HashMap<>();
for (Map<String, String> row : dataList) {
String productId = row.get("商品Id");
// 检查是否为新商品
if (!productMap.containsKey(productId)) {
// 必须包含完整的商品信息
if (isEmpty(row.get("商品名")) ||
isEmpty(row.get("商品分类")) ||
isEmpty(row.get("定价")) ||
isEmpty(row.get("商品主图"))) {
continue;
}
// 初始化商品基本信息(只设置一次)
Map<String, Object> product = new HashMap<>();
// 基础信息
product.put("prodName", row.get("商品名"));
product.put("price", parseDoubleWithDefault(row.get("定价"), 0.0));
product.put("oriPrice", parseDoubleWithDefault(row.get("原价"), 0.0));
product.put("totalStocks", parseIntWithDefault(row.get("库存总量"), 0));
product.put("categoryId", row.get("商品分类"));
product.put("brief", row.get("商品标签"));
product.put("content", "<p>" + row.getOrDefault("商品详情", "") + "</p>");
product.put("status", 1); // 默认启用状态
product.put("deliveryTemplateId", 456); // 根据实际情况调整
// 图片处理
processProductImages(row, product, imageMap);
// 标签处理(假设用逗号分隔)
List<Integer> tagList = new ArrayList<>();
String tags = row.get("商品标签");
if (tags != null && !tags.isEmpty()) {
for (String tag : tags.split(",")) {
tagList.add(parseIntWithDefault(tag.trim(), 0));
}
}
product.put("tagList", tagList);
// 配送方式(默认值)
Map<String, Boolean> deliveryModeVo = new HashMap<>();
deliveryModeVo.put("hasShopDelivery", true);
deliveryModeVo.put("hasUserPickUp", false);
product.put("deliveryModeVo", deliveryModeVo);
// 初始化SKU列表
product.put("skuList", new ArrayList<Map<String, Object>>());
productMap.put(productId, product);
productList.add(product);
}
// 添加SKU信息
if (!isEmpty(row.get("SKU名称")) &&
!isEmpty(row.get("SKu元价格"))) {
processSkuData(row, productMap.get(productId), imageMap); // 传递 imageMap
}
// 生成商品ID当不存在时
if (isEmpty(productId)) {
productId = "PID_" + System.currentTimeMillis() + "_" + UUID.randomUUID().toString().substring(0,4);
row.put("商品Id", productId);
}
}
// 最后过滤空商品
List<Map<String, Object>> validProducts = productList.stream()
.filter(p ->
!isEmpty((String)p.get("prodName")) &&
!isEmpty((String)p.get("categoryId")) &&
!isEmpty((String)p.get("pic")) &&
((List<?>)p.get("skuList")).size() > 0
)
.collect(Collectors.toList());
return AjaxResult.success("解析成功", validProducts);
} catch (Exception e) {
e.printStackTrace();
return AjaxResult.error("文件解析失败: " + e.getMessage());
}
}
private String saveImageToLocal(byte[] imageData) {
try {
// 增强MIME类型检测
String mimeType = URLConnection.guessContentTypeFromStream(new ByteArrayInputStream(imageData));
String fileExt = "jpg"; // 默认后缀改为jpg
if (mimeType != null) {
// 处理常见的MIME类型别名
if (mimeType.equals("image/jpg")) {
mimeType = "image/jpeg";
}
fileExt = mimeType.split("/")[1];
// 统一jpg扩展名
if (fileExt.equals("jpeg")) {
fileExt = "jpg";
}
}
Path storagePath = Paths.get("C:/image/");
Files.createDirectories(storagePath);
String filename = "img_" + System.currentTimeMillis() + "_" +
UUID.randomUUID().toString().substring(0, 8) + "." + fileExt;
Path filePath = storagePath.resolve(filename);
Files.write(filePath, imageData);
// 设置正确的Content-Type
String contentType = mimeType != null ? mimeType : "image/jpeg";
if (contentType.equals("image/jpg")) {
contentType = "image/jpeg";
}
MultipartFile multipartFile = new MockMultipartFile(
"file",
filename,
contentType,
Files.readAllBytes(filePath)
);
AjaxResult result = attachFileService.uploadFile(multipartFile);
if (result.get("code").equals(200)) {
return (String) result.get("url");
}
return "";
} catch (Exception e) {
logger.error("图片处理失败: {}", e.getMessage());
return "";
}
}
private String getCellValueAsString(Cell cell) {
if (cell == null) return "";
switch (cell.getCellType()) {
case STRING: return cell.getStringCellValue().trim();
case NUMERIC: return String.valueOf(cell.getNumericCellValue());
case BOOLEAN: return String.valueOf(cell.getBooleanCellValue());
case FORMULA: return cell.getCellFormula(); // 处理公式
default: return "";
}
}
private CellRangeAddress getMergedRegion(Sheet sheet, int row, int column) {
for (CellRangeAddress mergedRegion : sheet.getMergedRegions()) {
if (mergedRegion.isInRange(row, column)) {
return mergedRegion;
}
}
return null;
}
private String getLastValidProductId(List<Map<String, String>> dataList) {
if (dataList.isEmpty()) return "";
return dataList.get(dataList.size()-1).get("商品Id");
}
private boolean isEmptyRow(Row row) {
if (row == null) return true;
for (Cell cell : row) {
if (cell != null && cell.getCellType() != CellType.BLANK) {
return false;
}
}
return true;
}
private boolean isValidProductRow(Map<String, String> rowData) {
return !isEmpty(rowData.get("商品名")) &&
!isEmpty(rowData.get("商品分类")) &&
!isEmpty(rowData.get("定价")) &&
!isEmpty(rowData.get("商品主图")) &&
!isEmpty(rowData.get("SKU名称")) &&
!isEmpty(rowData.get("SKu元价格"));
}
private boolean isEmpty(String value) {
return value == null || value.trim().isEmpty();
}
private Map<String, String> extractImages(Workbook workbook) {
Map<String, String> imageMap = new HashMap<>();
try {
List<XSSFPictureData> pictures = ((XSSFWorkbook) workbook).getAllPictures();
for (XSSFPictureData picture : pictures) {
String relationId = picture.getPackagePart().getPartName().getName();
String pureId = relationId.substring(relationId.lastIndexOf("/") + 1);
// 使用 attachFileService.uploadFile() 上传图片并获取 URL
MultipartFile multipartFile = new MockMultipartFile(
"file",
pureId,
"image/jpeg", // 根据实际情况调整MIME类型
picture.getData()
);
// 上传图片并获取返回的URL
AjaxResult result = attachFileService.uploadFile(multipartFile);
String imageUrl = "";
if (result.get("code").equals(200)) {
imageUrl = (String) result.get("url"); // 获取上传后的URL
}
// 存储两种格式的key
imageMap.put(relationId, imageUrl);
imageMap.put(pureId, imageUrl);
}
} catch (Exception e) {
logger.error("图片提取失败", e);
}
return imageMap;
}
private void processSkuData(Map<String, String> row, Map<String, Object> product, Map<String, String> imageMap) {
Map<String, Object> sku = new HashMap<>();
sku.put("skuName", row.get("SKU名称"));
sku.put("price", parseDoubleWithDefault(row.get("SKu元价格"), 0.0));
sku.put("oriPrice", parseDoubleWithDefault(row.get("SKu原价"), 0.0));
sku.put("stocks", parseIntWithDefault(row.get("SKu库存"), 0));
// 从行数据获取已上传的SKU图片URL
String skuImage = row.get("sku图片");
sku.put("image", skuImage != null ? imageMap.getOrDefault(skuImage, skuImage) : ""); // 确保不为null
sku.put("status", parseIntWithDefault(row.get("SKU状态"), 1));
// 添加到当前商品的SKU列表
@SuppressWarnings("unchecked")
List<Map<String, Object>> skuList = (List<Map<String, Object>>) product.get("skuList");
skuList.add(sku);
}
private void processProductImages(Map<String, String> rowData, Map<String, Object> product, Map<String, String> imageMap) {
List<String> imgs = new ArrayList<>();
// 处理主图(增加字段映射)
String mainImage = rowData.getOrDefault("商品主图", "");
if (!isEmpty(mainImage)) {
mainImage = imageMap.getOrDefault(mainImage, mainImage); // 使用 imageMap 中的 URL
imgs.add(mainImage);
product.put("pic", mainImage);
}
// 处理详情图(合并所有图片字段)
String[] imgFields = {
"商品详情图1", "商品详情图2", "imgs",
"商品图片1", "商品图片2", "商品图片3" // 增加更多可能的字段别名
};
Arrays.stream(imgFields)
.map(rowData::get)
.filter(url -> !isEmpty(url))
.flatMap(url -> Arrays.stream(url.split(",")))
.map(url -> imageMap.getOrDefault(url, url)) // 使用 imageMap 中的 URL
.filter(url -> !isEmpty(url))
.forEach(imgs::add);
product.put("imgs", String.join(",", imgs));
}
private double parseDoubleWithDefault(String value, double defaultValue) {
if (value == null || value.trim().isEmpty()) {
return defaultValue;
}
try {
return Double.parseDouble(value);
} catch (NumberFormatException e) {
return defaultValue;
}
}
private int parseIntWithDefault(String value, int defaultValue) {
if (value == null || value.trim().isEmpty()) {
return defaultValue;
}
try {
return Integer.parseInt(value);
} catch (NumberFormatException e) {
return defaultValue;
}
}
}

View File

@@ -0,0 +1,790 @@
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许,不可做商业用途!
*
* 版权所有,侵权必究!
*/
package com.ruoyi.web.controller.mall;
import cn.hutool.core.date.DatePattern;
import cn.hutool.core.date.DateUtil;
import cn.hutool.core.io.IORuntimeException;
import cn.hutool.core.io.IoUtil;
import cn.hutool.core.util.StrUtil;
import cn.hutool.http.HttpUtil;
import cn.hutool.poi.excel.ExcelUtil;
import cn.hutool.poi.excel.ExcelWriter;
import com.alibaba.fastjson.JSON;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.core.toolkit.Wrappers;
import com.google.common.base.Objects;
import com.ruoyi.common.bean.Shipping;
import com.ruoyi.common.bean.ShippingInfoDto;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.domain.entity.SysUser;
import com.ruoyi.common.core.page.TableDataInfo;
import com.ruoyi.common.enums.BaseEnum;
import com.ruoyi.common.enums.OrderStatus;
import com.ruoyi.common.enums.ProdType;
import com.ruoyi.common.enums.VipType;
import com.ruoyi.common.exception.ServiceException;
import com.ruoyi.common.utils.PayUtil;
import com.ruoyi.common.utils.SecurityUtils;
import com.ruoyi.system.domain.mall.*;
import com.ruoyi.system.domain.mall.param.DeliveryOrderParam;
import com.ruoyi.system.domain.mall.param.OrderParam;
import com.ruoyi.system.domain.vo.OrderPayItem;
import com.ruoyi.system.mapper.mall.InvitationMapper;
import com.ruoyi.system.mapper.mall.OrderMapper;
import com.ruoyi.system.mapper.mall.OrderSettlementMapper;
import com.ruoyi.system.service.ISysUserService;
import com.ruoyi.system.service.mall.*;
import io.swagger.v3.oas.annotations.Operation;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.apache.poi.ss.usermodel.Sheet;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.format.annotation.DateTimeFormat;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.*;
import org.springframework.scheduling.annotation.Async;
import org.springframework.scheduling.annotation.EnableScheduling;
import org.springframework.scheduling.annotation.Scheduled;
import com.ruoyi.common.utils.Arith;
import javax.servlet.ServletOutputStream;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.util.*;
import static com.ruoyi.common.core.domain.AjaxResult.success;
import static com.ruoyi.common.utils.PageUtils.startPage;
import cn.hutool.core.date.DateField;
/**
* @author lgh on 2018/09/15.
*/
@Slf4j
@EnableScheduling
@RestController
@RequestMapping("/order/order")
public class OrderController extends BaseController {
@Autowired
private OrderService orderService;
@Autowired
private OrderItemService orderItemService;
@Autowired
private UserAddrOrderService userAddrOrderService;
@Autowired
private IProductService productService;
@Autowired
private OrderMapper orderMapper;
@Autowired
private ISkuService skuService;
@Autowired
private ISysUserService iSysUserService;
@Autowired
private UserService userService;
@Autowired
private OrderSettlementService orderSettlementService;
@Autowired
private ShopDetailService shopDetailService;
@Autowired
private PayUtil payUtil;
/**
* 分页获取
*/
@GetMapping("/page")
public TableDataInfo page(OrderParam orderParam) {
//Long userId = 1L;
Long userId = SecurityUtils.getUserId();
SysUser user = iSysUserService.selectUserById(userId);
Long shopId = null;
if (user.getShopId() != 100) {
shopId = user.getShopId();
}
startPage();
List<Order> list = orderService.getOrderList(shopId, orderParam.getStartTime(), orderParam.getEndTime(),orderParam.getStatus(),
orderParam.getOrderNumber(),orderParam.getUserMobile());
return getDataTable(list);
}
@PostMapping("/userApplyRefund")
@Operation(summary = "用户申请退款", description = "用户申请退款")
public AjaxResult userApplyRefund(@RequestBody OrderParam currencyParam) {
orderService.cancelOrder(currencyParam.getRefundId(),currencyParam.getRefundSts());
return success();
}
@GetMapping("/userRefundList")
@Operation(summary = "申请退款列表", description = "申请退款列表")
public TableDataInfo userRefundList(Integer refundSts) {
startPage();
List<OrderRefund> list =orderService.userRefundList(refundSts);
return getDataTable(list);
}
@GetMapping("/userRefundInfo")
@Operation(summary = "申请退款信息", description = "申请退款信息")
public AjaxResult userRefundInfo(String orderNumber) {
OrderRefund orderRefund =orderService.userRefundInfo(orderNumber);
return success(orderRefund);
}
/**
* 获取信息
*/
@GetMapping("/orderInfo/{orderNumber}")
public AjaxResult info(@PathVariable("orderNumber") String orderNumber) {
Long userId = SecurityUtils.getUserId();
SysUser user = iSysUserService.selectUserById(userId);
Order order = orderService.getOrderByOrderNumber(orderNumber);
if (!Objects.equal(user.getShopId(), order.getShopId())&& user.getShopId() != 100) {
throw new ServiceException("您没有权限获取该订单信息!");
}
List<OrderItem> orderItems = orderItemService.getOrderItemsByOrderNumber(orderNumber);
order.setOrderItems(orderItems);
UserAddrOrder userAddrOrder = userAddrOrderService.getById(order.getAddrOrderId());
order.setUserAddrOrder(userAddrOrder);
return success(order);
}
/**
* 现金流水
*/
@GetMapping("/getCashFlowPage")
public TableDataInfo getCashFlowPage(OrderParam orderParam) {
// 获取当前登录用户
Long userId = SecurityUtils.getUserId();
SysUser user = iSysUserService.selectUserById(userId);
QueryWrapper<OrderSettlement> queryWrapper = buildCashFlowQueryWrapper(orderParam);
if (user.getShopId() != 100) {
// 如果是商户用户,只能查看自己的流水
queryWrapper.eq("shop_id", user.getShopId());
} else if (orderParam.getShopId() != null) {
// 如果是管理员且指定了shopId则按指定的shopId查询
queryWrapper.eq("shop_id", orderParam.getShopId());
}
// 统计总金额
Map<String, Object> totalResult = orderSettlementService.getMap(
queryWrapper.select("SUM(pay_amount) as total")
);
Double totalAmount = totalResult != null && totalResult.get("total") != null ?
Double.parseDouble(totalResult.get("total").toString()) : 0.0;
// 查询列表数据
queryWrapper.select("*");
startPage();
List<OrderSettlement> list = orderSettlementService.list(queryWrapper);
// 关联商户信息
if (list != null && !list.isEmpty()) {
for (OrderSettlement settlement : list) {
if (settlement.getShopId() != null) {
ShopDetail shopDetail = shopDetailService.getById(settlement.getShopId());
if (shopDetail != null) {
settlement.setShopName(shopDetail.getShopName());
} else {
settlement.setShopName("未知商户");
}
} else {
settlement.setShopName("平台自营");
}
}
// 设置总金额
list.get(0).setTotalAmount(totalAmount);
}
return getDataTable(list);
}
private QueryWrapper<OrderSettlement> buildCashFlowQueryWrapper(OrderParam orderParam) {
QueryWrapper<OrderSettlement> queryWrapper = new QueryWrapper<>();
// 添加时间范围条件
if (orderParam.getStartTime() != null) {
queryWrapper.gt("create_time", orderParam.getStartTime());
}
if (orderParam.getEndTime() != null) {
queryWrapper.lt("create_time", orderParam.getEndTime());
}
if (orderParam.getType() != null) {
queryWrapper.eq("type", orderParam.getType());
}
queryWrapper.eq("pay_status", 1)
.orderByDesc("create_time");
return queryWrapper;
}
/**
* 每天凌晨1点执行订单完成检查
*/
//@Scheduled(cron = "0 */10 * * * ?")
@Scheduled(cron = "0 * * * * ?")
public void autoCompleteOrderTask() {
log.info("开始执行自动完成订单任务");
Date oneDayAgo = DateUtil.offsetDay(new Date(), -7);
List<Order> orders = orderMapper.selectList(new QueryWrapper<Order>().eq("status", OrderStatus.CONSIGNMENT.value())
.eq("order_type", 3).lt("dvy_time", oneDayAgo));
orders.forEach(order -> {
order.setStatus(OrderStatus.SUCCESS.value());
order.setFinallyTime(new Date());
orderMapper.updateById(order);
userService.receipt(order);
log.info("订单[{}]已自动完成", order.getOrderNumber());
});
log.info("暂无待发货订单");
}
/**
* 每分钟检查待付款订单超时15分钟自动取消
*/
@Scheduled(cron = "0 * * * * ?")
public void autoCancelUnpaidOrdersTask() {
log.info("开始执行自动取消未支付订单任务");
Date fifteenMinutesAgo = DateUtil.offsetMinute(new Date(), -15);
List<Order> orders = orderMapper.selectList(new QueryWrapper<Order>().eq("status", OrderStatus.UNPAY.value())
.lt("create_time", fifteenMinutesAgo));
orders.forEach(order -> {
order.setStatus(OrderStatus.CLOSE.value());
orderMapper.updateById(order);
log.info("订单[{}]因超时未支付已自动取消", order.getOrderNumber());
// 获取订单项并更新库存
List<OrderItem> orderItems = orderItemService.getOrderItemsByOrderNumber(order.getOrderNumber());
for (OrderItem orderItem : orderItems) {
// 更新Product库存
Product product = productService.getById(orderItem.getProdId());
product.setTotalStocks(product.getTotalStocks() + orderItem.getProdCount());
productService.updateById(product);
// 更新Sku库存
Sku sku = skuService.selectSkuBySkuId(orderItem.getSkuId());
sku.setStocks(sku.getStocks() + orderItem.getProdCount());
skuService.updateSku(sku);
}
});
}
/**
* 每分钟检查vip付款发货
*/
@Scheduled(cron = "0 * * * * ?")
public void sendOutGoods() {
log.info("vip付款发货");
List<Order> orders = orderMapper.selectList(new QueryWrapper<Order>().eq("status", OrderStatus.PADYED.value())
.eq("order_type", 4));
orders.forEach(order -> {
// 获取用户信息
User user = userService.getById(order.getUserId());
Boolean flag = PayUtil.insertVipLogistics(order.getThirdTradeNo(),user.getOpenid());
if(flag){
order.setStatus(OrderStatus.SUCCESS.value());
orderMapper.updateById(order);
}
});
}
/**
* 发货
*/
@PutMapping("/delivery")
public AjaxResult delivery(@RequestBody DeliveryOrderParam deliveryOrderParam) {
Long userId =SecurityUtils.getUserId();//
SysUser sysuser = iSysUserService.selectUserById(userId);
QueryWrapper<Order> queryWrapper = new QueryWrapper<>();
queryWrapper.eq("order_number", deliveryOrderParam.getOrderNumber());
Order order = orderMapper.selectOne(queryWrapper);
User user = userService.getUserByUserId(order.getUserId());
if (!Objects.equal(sysuser.getShopId(), order.getShopId())&& sysuser.getShopId() != 100) {
throw new ServiceException("您没有权限获取该订单信息!");
}
Order orderParam = new Order();
orderParam.setOrderId(order.getOrderId());
orderParam.setDvyId(deliveryOrderParam.getDvyId());
orderParam.setDvyFlowId(deliveryOrderParam.getDvyFlowId());
orderParam.setDvyTime(new Date());
orderParam.setDvyName(deliveryOrderParam.getDvyName());
orderParam.setStatus(OrderStatus.CONSIGNMENT.value());
orderParam.setUserId(order.getUserId());
orderService.delivery(orderParam);
List<OrderPayItem> orderPayItems = orderMapper.orderPayList(order.getOrderNumber());
List<Shipping> shippingList = new ArrayList<>();
for (OrderPayItem OrderPayItem : orderPayItems){
String name = OrderPayItem.getSkuName()+"*"+OrderPayItem.getProdCount();
Shipping shipping = new Shipping(name, deliveryOrderParam.getDvyName(), deliveryOrderParam.getDvyFlowId());
shippingList.add(shipping);
}
//微信发货
if(!order.getOrderType().equals(ProdType.UNPAY.value())){
payUtil.insertLogistics(order.getThirdTradeNo(),user.getOpenid(),shippingList);
}
List<OrderItem> orderItems = orderItemService.getOrderItemsByOrderNumber(deliveryOrderParam.getOrderNumber());
for (OrderItem orderItem : orderItems) {
productService.removeProductCacheByProdId(orderItem.getProdId());
skuService.removeSkuCacheBySkuId(orderItem.getSkuId(), orderItem.getProdId());
}
return success();
}
/**
* 打印待发货的订单表
*
* @param order
* @param consignmentName 发件人姓名
* @param consignmentMobile 发货人手机号
* @param consignmentAddr 发货地址
*/
@GetMapping("/waitingConsignmentExcel")
public void waitingConsignmentExcel(Order order, @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") Date startTime, @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") Date endTime, String consignmentName, String consignmentMobile, String consignmentAddr, HttpServletResponse response) {
Long userId = SecurityUtils.getUserId();
SysUser user = iSysUserService.selectUserById(userId);
order.setShopId(user.getShopId());
order.setStatus(OrderStatus.PADYED.value());
List<Order> orders = orderService.listOrdersDetailByOrder(order, startTime, endTime);
//通过工具类创建writer
ExcelWriter writer = ExcelUtil.getBigWriter();
Sheet sheet = writer.getSheet();
sheet.setColumnWidth(0, 20 * 256);
sheet.setColumnWidth(1, 20 * 256);
sheet.setColumnWidth(2, 20 * 256);
sheet.setColumnWidth(3, 60 * 256);
sheet.setColumnWidth(4, 60 * 256);
sheet.setColumnWidth(7, 60 * 256);
sheet.setColumnWidth(8, 60 * 256);
sheet.setColumnWidth(9, 60 * 256);
// 待发货
String[] hearder = {"订单编号", "收件人", "手机", "收货地址", "商品名称", "数量", "发件人姓名", "发件人手机号", "发货地址", "备注"};
writer.merge(hearder.length - 1, "发货信息整理");
writer.writeRow(Arrays.asList(hearder));
int row = 1;
for (Order dbOrder : orders) {
UserAddrOrder addr = dbOrder.getUserAddrOrder();
String addrInfo = addr.getProvince() + addr.getCity() + addr.getArea() + addr.getAddr();
List<OrderItem> orderItems = dbOrder.getOrderItems();
row++;
for (OrderItem orderItem : orderItems) {
// 第0列开始
int col = 0;
writer.writeCellValue(col++, row, dbOrder.getOrderNumber());
writer.writeCellValue(col++, row, addr.getReceiver());
writer.writeCellValue(col++, row, addr.getMobile());
writer.writeCellValue(col++, row, addrInfo);
writer.writeCellValue(col++, row, orderItem.getProdName());
writer.writeCellValue(col++, row, orderItem.getProdCount());
writer.writeCellValue(col++, row, consignmentName);
writer.writeCellValue(col++, row, consignmentMobile);
writer.writeCellValue(col++, row, consignmentAddr);
writer.writeCellValue(col++, row, dbOrder.getRemarks());
}
}
writeExcel(response, writer);
}
/**
* 已销售订单
*
* @param order
*/
@GetMapping("/soldExcel")
public void soldExcel(Order order, @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") Date startTime, @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") Date endTime, HttpServletResponse response) {
Long userId = SecurityUtils.getUserId();
SysUser user = iSysUserService.selectUserById(userId);
if(user.getShopId() != 100){
order.setShopId(user.getShopId());
}
order.setIsPayed(1);
List<Order> orders = orderService.listOrdersDetailByOrder(order, startTime, endTime);
//通过工具类创建writer
ExcelWriter writer = ExcelUtil.getBigWriter();
// 待发货
String[] hearder = {"订单类型","订单编号", "下单时间", "收件人", "手机", "收货地址", "商品名称","规格", "商品件数", "商品售价", "商品成本","商品积分","实际购买总现金流水","商品编号", "订单状态"};
Sheet sheet = writer.getSheet();
sheet.setColumnWidth(1, 20 * 256);
sheet.setColumnWidth(2, 20 * 256);
sheet.setColumnWidth(3, 20 * 256);
sheet.setColumnWidth(5, 60 * 256);
sheet.setColumnWidth(6, 60 * 256);
writer.merge(hearder.length - 1, "销售信息整理");
writer.writeRow(Arrays.asList(hearder));
int row = 1;
for (Order dbOrder : orders) {
UserAddrOrder addr = dbOrder.getUserAddrOrder();
String addrInfo = addr.getProvince() + addr.getCity() + addr.getArea() + addr.getAddr();
List<OrderItem> orderItems = dbOrder.getOrderItems();
int firstRow = row + 1;
int lastRow = row + orderItems.size();
int col = -1;
// 订单编号
mergeIfNeed(writer, firstRow, lastRow, ++col, col, dbOrder.getOrderTypeStr());
// 订单编号
mergeIfNeed(writer, firstRow, lastRow, ++col, col, dbOrder.getOrderNumber());
// 下单时间
mergeIfNeed(writer, firstRow, lastRow, ++col, col, dbOrder.getCreateTime());
// 收件人
mergeIfNeed(writer, firstRow, lastRow, ++col, col, addr.getReceiver());
// "手机"
mergeIfNeed(writer, firstRow, lastRow, ++col, col, addr.getMobile());
// "收货地址"
mergeIfNeed(writer, firstRow, lastRow, ++col, col, addrInfo);
int prodNameCol = ++col;
int skuNameCol = ++col;
int prodCountCol = ++col;
int priceCol = ++col;
int oriPriceCol = ++col;
int pointsCol = ++col;
for (OrderItem orderItem : orderItems) {
row++;
// 商品名称
writer.writeCellValue(prodNameCol, row, orderItem.getProdName());
// sku名称
writer.writeCellValue(skuNameCol, row, orderItem.getSkuName());
// 数量
writer.writeCellValue(prodCountCol, row, orderItem.getProdCount());
if(dbOrder.getOrderType().equals(ProdType.UNPAY.value())){
// 商品售价
writer.writeCellValue(priceCol, row, "");
}else {
// 商品售价
writer.writeCellValue(priceCol, row, orderItem.getPrice());
}
// 商品成本
writer.writeCellValue(oriPriceCol, row, orderItem.getOriPrice());
// 商品积分
writer.writeCellValue(pointsCol, row, orderItem.getPoints());
}
// 商品编码
mergeIfNeed(writer, firstRow, lastRow, ++col, col, dbOrder.getActualTotal());
// 商品编码
mergeIfNeed(writer, firstRow, lastRow, ++col, col, dbOrder.getProdNumber());
// 订单状态
mergeIfNeed(writer, firstRow, lastRow, ++col, col, dbOrder.getStatusStr());
}
writeExcel(response, writer);
}
/**
* 如果需要合并的话,就合并
*/
private void mergeIfNeed(ExcelWriter writer, int firstRow, int lastRow, int firstColumn, int lastColumn, Object content) {
if (content instanceof Date) {
content = DateUtil.format((Date) content, DatePattern.NORM_DATETIME_PATTERN);
}
if (lastRow - firstRow > 0 || lastColumn - firstColumn > 0) {
writer.merge(firstRow, lastRow, firstColumn, lastColumn, content, false);
} else {
writer.writeCellValue(firstColumn, firstRow, content);
}
}
private void writeExcel(HttpServletResponse response, ExcelWriter writer) {
//response为HttpServletResponse对象
response.setContentType("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet");
//test.xls是弹出下载对话框的文件名不能为中文中文请自行编码
response.setHeader("Content-Disposition", "attachment;filename=1.xls");
ServletOutputStream servletOutputStream = null;
try {
servletOutputStream = response.getOutputStream();
writer.flush(servletOutputStream);
servletOutputStream.flush();
} catch (IORuntimeException | IOException e) {
log.error("写出Excel错误", e);
} finally {
IoUtil.close(writer);
}
}
/**
* 资金流水明细
* @param startTime
* @param endTime
* @return
*/
@GetMapping("/financialFlowDetails")
public TableDataInfo financialFlowDetails(@DateTimeFormat(pattern = "yyyy-MM-dd") Date startTime, @DateTimeFormat(pattern = "yyyy-MM-dd") Date endTime) {
Long userId = SecurityUtils.getUserId();
//Long userId = 1L;
SysUser user = iSysUserService.selectUserById(userId);
startPage();
QueryWrapper<Order> queryWrapper = Wrappers.query();
queryWrapper.select("o.order_id", "o.shop_id", "o.prod_name", "o.user_id", "o.order_number", "o.total", "o.actual_total", "o.pay_type", "o.status as order_status", "o.pay_time", "u.user_regip", "u.user_lasttime", "u.user_lastip", "u.user_memo", "u.user_mobile", "u.sex", "u.pic", "u.status as user_status", "u.openid", "DATE_FORMAT(o.pay_time, '%Y-%m-%d') as date_range") // 固定按日显示
.apply("o.user_id = u.user_id")
.ge("o.status", OrderStatus.PADYED.value());
if (startTime != null && endTime != null) {
queryWrapper.between("pay_time", DateUtil.beginOfDay(startTime), DateUtil.endOfDay(endTime));
}
// if (!SecurityUtils.isAdmin(userId)) {
// queryWrapper.eq("shop_id", user.getShopId());
// }
List<Map<String, Object>> flowDetails = orderService.selectOrderUserDetails(queryWrapper);
return getDataTable(flowDetails);
}
/**
* 资金流水统计(用于图表展示)
* @param type 统计类型month-月week-周year-年)
* @param year 年份(可选)
* @param months 最近几个月默认6个月
*/
@GetMapping("/financialFlowChart")
public AjaxResult financialFlowChart(@RequestParam(defaultValue = "week") String type, @RequestParam(required = false) Integer year, @RequestParam(defaultValue = "6") int months, @RequestParam(required = false) Boolean showDaily) {
Date endTime = new Date();
Date startTime;
if ("week".equalsIgnoreCase(type) && Boolean.TRUE.equals(showDaily)) {
startTime = DateUtil.offsetDay(new Date(), -6);
endTime = DateUtil.endOfDay(new Date());
type = "day";
}
String lowerType = type.toLowerCase();
switch (lowerType) {
case "year":
if (year != null) {
if (year < 2000 || year > 2100) {
throw new ServiceException("年份参数需在2000-2100之间");
}
startTime = DateUtil.beginOfYear(DateUtil.parse(year + "-01-01"));
endTime = DateUtil.endOfYear(startTime);
} else {
startTime = DateUtil.offset(new Date(), DateField.YEAR, -50);
endTime = DateUtil.endOfYear(new Date());
}
break;
case "week":
startTime = DateUtil.offsetDay(new Date(), -6);
endTime = DateUtil.endOfDay(new Date());
type = "day";
break;
case "month":
startTime = DateUtil.offsetMonth(endTime, -months);
break;
default:
throw new ServiceException("不支持的统计类型仅支持year/week/month/day");
}
// 获取当前登录用户
Long userId = SecurityUtils.getUserId();
SysUser user = iSysUserService.selectUserById(userId);
// 统计累计用户、今日新增用户、现金流水、积分流水、会员数
Map<String, Object> statistics = new HashMap<>();
// 获取当前登录用户和判断是否为商户用户
boolean isShopUser = user.getShopId() != 100;
// 统计累计用户 - 商户只能看到自己店铺的用户
QueryWrapper<User> totalUsersQuery = new QueryWrapper<User>().eq("is_person", 1);
if (isShopUser) {
// 如果是商户,只统计在该商户有过消费的用户
totalUsersQuery.inSql("user_id",
"SELECT DISTINCT user_id FROM tz_order_settlement WHERE shop_id = " + user.getShopId());
}
statistics.put("totalUsers", userService.count(totalUsersQuery));
// 今日新增用户查询 - 商户只能看到自己店铺的新增用户
QueryWrapper<User> userQueryWrapper = new QueryWrapper<>();
userQueryWrapper.ge("user_regtime", DateUtil.beginOfDay(new Date()))
.le("user_regtime", DateUtil.endOfDay(new Date()))
.eq("is_person", 1);
if (isShopUser) {
// 如果是商户,只统计在该商户有过消费的用户
userQueryWrapper.inSql("user_id",
"SELECT DISTINCT user_id FROM tz_order_settlement WHERE shop_id = " + user.getShopId());
}
statistics.put("newUsersToday", userService.count(userQueryWrapper));
// 统计购买现金流水总额 - 商户只能看到自己店铺的流水
QueryWrapper<OrderSettlement> purchaseFlowQueryWrapper = new QueryWrapper<>();
purchaseFlowQueryWrapper.select("IFNULL(SUM(pay_amount), 0) as total")
.eq("type", 0) // 购买商品
.eq("pay_status", 1); // 已支付
if (isShopUser) {
purchaseFlowQueryWrapper.eq("shop_id", user.getShopId());
}
List<Map<String, Object>> purchaseFlowResults = orderSettlementService.listMaps(purchaseFlowQueryWrapper);
Object purchaseFlowValue = purchaseFlowResults != null && !purchaseFlowResults.isEmpty() ?
purchaseFlowResults.get(0).get("total") : 0;
statistics.put("purchaseFlow", purchaseFlowValue);
// 充值流水总额 - 只有管理员能看到
if (!isShopUser) {
QueryWrapper<OrderSettlement> rechargeFlowQueryWrapper = new QueryWrapper<>();
rechargeFlowQueryWrapper.select("IFNULL(SUM(pay_amount), 0) as total")
.eq("type", 1) // 充值会员
.eq("pay_status", 1); // 已支付
List<Map<String, Object>> rechargeFlowResults = orderSettlementService.listMaps(rechargeFlowQueryWrapper);
Object rechargeFlowValue = rechargeFlowResults != null && !rechargeFlowResults.isEmpty() ?
rechargeFlowResults.get(0).get("total") : 0;
statistics.put("rechargeFlow", rechargeFlowValue);
} else {
statistics.put("rechargeFlow", null);
}
// 统计积分流水总额 - 商户只能看到自己店铺的积分流水
QueryWrapper<OrderSettlement> pointsFlowTotalQueryWrapper = new QueryWrapper<>();
pointsFlowTotalQueryWrapper.select("IFNULL(SUM(pay_amount), 0) as total")
.eq("type", 2).eq("pay_status",1);
if (isShopUser) {
pointsFlowTotalQueryWrapper.eq("shop_id", user.getShopId());
}
List<Map<String, Object>> pointsFlowResults = orderSettlementService.listMaps(pointsFlowTotalQueryWrapper);
Object pointsFlowValue = pointsFlowResults != null && !pointsFlowResults.isEmpty() ?
pointsFlowResults.get(0).get("total") : 0;
statistics.put("pointsFlowTotal", pointsFlowValue);
// 获取图表数据
QueryWrapper<Order> chartQueryWrapper = Wrappers.query();
chartQueryWrapper.select("SUM(actual_total) as total", "COUNT(order_id) as orderCount",
"DATE_FORMAT(pay_time, CASE" +
" WHEN 'day' = '" + type + "' THEN '%Y-%m-%d'" +
" WHEN 'year' = '" + type + "' THEN '%Y年'" +
" ELSE '%Y-%m' END) as dateLabel")
.ge("status", OrderStatus.PADYED.value())
.between("pay_time", DateUtil.beginOfDay(startTime), DateUtil.endOfDay(endTime))
.groupBy("dateLabel")
.orderByDesc("dateLabel");
if (isShopUser) {
chartQueryWrapper.eq("shop_id", user.getShopId());
}
List<Map<String, Object>> chartData = orderMapper.selectMaps(chartQueryWrapper);
// 确保显示最近7天的数据包括积分流水
Map<String, Object> dateMap = new LinkedHashMap<>();
Map<String, Object> pointsFlowMap = new LinkedHashMap<>();
for (int i = 6; i >= 0; i--) {
String dateLabel = DateUtil.format(DateUtil.offsetDay(endTime, -i), "yyyy-MM-dd");
dateMap.put(dateLabel, 0);
pointsFlowMap.put(dateLabel, 0);
}
if (chartData != null) {
for (Map<String, Object> data : chartData) {
if (data != null && data.get("dateLabel") != null) {
dateMap.put((String) data.get("dateLabel"), data.get("total") != null ? data.get("total") : 0);
}
}
}
// 统计积分流水图表数据
QueryWrapper<Order> pointsChartQueryWrapper = new QueryWrapper<>();
pointsChartQueryWrapper.select("SUM(points_total) as total", "DATE_FORMAT(pay_time, '%Y-%m-%d') as dateLabel")
.between("pay_time", DateUtil.beginOfDay(startTime), DateUtil.endOfDay(endTime));
if (isShopUser) {
pointsChartQueryWrapper.eq("shop_id", user.getShopId());
}
pointsChartQueryWrapper.groupBy("dateLabel");
List<Map<String, Object>> pointsChartResult = orderMapper.selectMaps(pointsChartQueryWrapper);
if (pointsChartResult != null) {
for (Map<String, Object> data : pointsChartResult) {
if (data != null && data.get("dateLabel") != null) {
pointsFlowMap.put((String) data.get("dateLabel"), data.get("total") != null ? data.get("total") : 0);
}
}
}
List<Map<String, Object>> result = new ArrayList<>();
for (Map.Entry<String, Object> entry : dateMap.entrySet()) {
Map<String, Object> map = new HashMap<>();
map.put("dateLabel", entry.getKey());
map.put("total", entry.getValue() != null ? entry.getValue() : 0);
Object chartPointsFlowValue = pointsFlowMap.get(entry.getKey());
map.put("pointsFlow", chartPointsFlowValue != null ? chartPointsFlowValue : 0);
result.add(map);
}
// 创建独立map存储会员统计数据
Map<String, Object> memberStats = new HashMap<>();
// 修改各等级会员统计
// 普通会员
QueryWrapper<User> normalMemberQuery = new QueryWrapper<>();
normalMemberQuery.eq("vip_grade", 0)
.eq("is_person", 1);
memberStats.put("normalMembers", userService.count(normalMemberQuery));
// 品牌会员
QueryWrapper<User> brandMemberQuery = new QueryWrapper<>();
brandMemberQuery.eq("vip_grade", 1)
.eq("is_person", 1);
memberStats.put("brandMembers", userService.count(brandMemberQuery));
// 高级会员
QueryWrapper<User> premiumMemberQuery = new QueryWrapper<>();
premiumMemberQuery.eq("vip_grade", 2)
.eq("is_person", 1);
memberStats.put("premiumMembers", userService.count(premiumMemberQuery));
// 代理会员
QueryWrapper<User> agentMemberQuery = new QueryWrapper<>();
agentMemberQuery.eq("vip_grade", 3)
.eq("is_person", 1);
memberStats.put("agentMembers", userService.count(agentMemberQuery));
// 将独立map放入最终结果
Map<String, Object> finalResult = new HashMap<>();
finalResult.put("chartData", result);
finalResult.put("statistics", statistics);
// 创建新的map存储额外数据
List<Map<String, Object>> extraDataList = new ArrayList<>();
Map<String, Object> normalMembersMap = new HashMap<>();
normalMembersMap.put("label", "普通会员");
normalMembersMap.put("value", memberStats.get("normalMembers"));
extraDataList.add(normalMembersMap);
Map<String, Object> brandMembersMap = new HashMap<>();
brandMembersMap.put("label", "品牌会员");
brandMembersMap.put("value", memberStats.get("brandMembers"));
extraDataList.add(brandMembersMap);
Map<String, Object> premiumMembersMap = new HashMap<>();
premiumMembersMap.put("label", "高级会员");
premiumMembersMap.put("value", memberStats.get("premiumMembers"));
extraDataList.add(premiumMembersMap);
Map<String, Object> agentMembersMap = new HashMap<>();
agentMembersMap.put("label", "代理会员");
agentMembersMap.put("value", memberStats.get("agentMembers"));
extraDataList.add(agentMembersMap);
finalResult.put("extraData", extraDataList);
return success(finalResult);
}
}

View File

@@ -0,0 +1,114 @@
package com.ruoyi.web.controller.mall;
import cn.hutool.core.collection.CollectionUtil;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.page.TableDataInfo;
import com.ruoyi.system.domain.mall.ProdTag;
import com.ruoyi.system.service.mall.IProdTagService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import javax.validation.Valid;
import java.util.Date;
import java.util.List;
/**
* 商品分组Controller
*
* @author ZiJie
* @date 2025-02-20
*/
@RestController
@RequestMapping("/prod/prodTag")
public class ProdTagController extends BaseController
{
@Autowired
private IProdTagService prodTagService;
/**
* 分页查询
* @param prodTag 商品分组标签
* @return 分页数据
*/
@GetMapping("/page")
public TableDataInfo getProdTagPage( ProdTag prodTag) {
startPage();
List<ProdTag> list = prodTagService.list(new QueryWrapper<ProdTag>(prodTag));
return getDataTable(list);
}
/**
* 通过id查询商品分组标签
*
* @param id id
* @return 单个数据
*/
@GetMapping("/info/{id}")
public AjaxResult getById(@PathVariable("id") Long id) {
return success(prodTagService.getById(id));
}
/**
* 新增商品分组标签
*
* @param prodTag 商品分组标签
* @return 是否新增成功
*/
@PostMapping("/add")
//@PreAuthorize("@pms.hasPermission('prod:prodTag:save')")
public AjaxResult save(@RequestBody @Valid ProdTag prodTag) {
Long getUserId=1L;
// 查看是否相同的标签
List<ProdTag> list = prodTagService.list(new LambdaQueryWrapper<ProdTag>().like(ProdTag::getTitle, prodTag.getTitle()));
if (CollectionUtil.isNotEmpty(list)) {
throw new RuntimeException("标签名称已存在,不能添加相同的标签");
}
prodTag.setIsDefault(0);
prodTag.setProdCount(0L);
prodTag.setCreateTime(new Date());
prodTag.setUpdateTime(new Date());
prodTag.setShopId(getUserId);
prodTagService.removeProdTag();
return success(prodTagService.save(prodTag));
}
/**
* 修改商品分组标签
*
* @param prodTag 商品分组标签
* @return 是否修改成功
*/
@PutMapping
public AjaxResult updateById(@RequestBody @Valid ProdTag prodTag) {
prodTag.setUpdateTime(new Date());
prodTagService.removeProdTag();
return success(prodTagService.updateById(prodTag));
}
/**
* 通过id删除商品分组标签
* @param id id
* @return 是否删除成功
*/
//@PreAuthorize("@pms.hasPermission('prod:prodTag:delete')")
@DeleteMapping("/{id}")
public AjaxResult removeById(@PathVariable Long id) {
ProdTag prodTag = prodTagService.getById(id);
if (prodTag.getIsDefault() != 0) {
throw new RuntimeException("默认标签不能删除");
}
prodTagService.removeProdTag();
return success(prodTagService.removeById(id));
}
@GetMapping("/listTagList")
public AjaxResult listTagList() {
return success(prodTagService.listProdTag());
}
}

View File

@@ -0,0 +1,91 @@
package com.ruoyi.web.controller.mall;
import com.ruoyi.common.annotation.Log;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.page.TableDataInfo;
import com.ruoyi.common.enums.BusinessType;
import com.ruoyi.common.utils.poi.ExcelUtil;
import com.ruoyi.system.domain.mall.ProdTagReference;
import com.ruoyi.system.service.mall.IProdTagReferenceService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.*;
import javax.servlet.http.HttpServletResponse;
import javax.validation.Valid;
import java.util.List;
/**
* 商品标签Controller
*
* @author ruoyi
* @date 2025-02-19
*/
@RestController
@RequestMapping("/system/reference")
public class ProdTagReferenceController extends BaseController
{
// @Autowired
// private IProdTagReferenceService prodTagReferenceService;
//
// /**
// * 查询商品标签列表
// */
// @PreAuthorize("@ss.hasPermi('system:reference:list')")
// @GetMapping("/list")
// public TableDataInfo list(ProdTagReference prodTagReference)
// {
// startPage();
// List<ProdTagReference> list = prodTagReferenceService.selectProdTagReferenceList(prodTagReference);
// return getDataTable(list);
// }
//
// /**
// * 导出商品标签列表
// */
// @PreAuthorize("@ss.hasPermi('system:reference:export')")
// @Log(title = "商品标签", businessType = BusinessType.EXPORT)
// @PostMapping("/export")
// public void export(HttpServletResponse response, ProdTagReference prodTagReference)
// {
// List<ProdTagReference> list = prodTagReferenceService.selectProdTagReferenceList(prodTagReference);
// ExcelUtil<ProdTagReference> util = new ExcelUtil<ProdTagReference>(ProdTagReference.class);
// util.exportExcel(response, list, "商品标签数据");
// }
//
// /**
// * 获取商品标签详细信息
// */
// //@PreAuthorize("@ss.hasPermi('system:reference:query')")
// @GetMapping("/info/{referenceId}" )
// public AjaxResult getInfo(@PathVariable("referenceId") Long referenceId)
// {
// return success(prodTagReferenceService.selectProdTagReferenceByReferenceId(referenceId));
// }
// @PostMapping("save")
// public AjaxResult save(@RequestBody @Valid ProdTagReference prodTagReference) {
// return success(prodTagReferenceService.insertProdTagReference(prodTagReference));
// }
// /**
// * 修改商品标签
// */
// @PreAuthorize("@ss.hasPermi('system:reference:edit')")
// @Log(title = "商品标签", businessType = BusinessType.UPDATE)
// @PutMapping
// public AjaxResult edit(@RequestBody ProdTagReference prodTagReference)
// {
// return toAjax(prodTagReferenceService.updateProdTagReference(prodTagReference));
// }
//
// /**
// * 删除商品标签
// */
// @PreAuthorize("@ss.hasPermi('system:reference:remove')")
// @Log(title = "商品标签", businessType = BusinessType.DELETE)
// @DeleteMapping("/{referenceIds}")
// public AjaxResult remove(@PathVariable Long[] referenceIds)
// {
// return toAjax(prodTagReferenceService.deleteProdTagReferenceByReferenceIds(referenceIds));
// }
}

View File

@@ -0,0 +1,301 @@
package com.ruoyi.web.controller.mall;
import cn.hutool.core.bean.BeanUtil;
import cn.hutool.core.collection.CollectionUtil;
import cn.hutool.core.util.StrUtil;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.ruoyi.common.annotation.Log;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.domain.entity.SysUser;
import com.ruoyi.common.core.page.TableDataInfo;
import com.ruoyi.common.enums.BusinessType;
import com.ruoyi.common.utils.SecurityUtils;
import com.ruoyi.common.utils.poi.ExcelUtil;
import com.ruoyi.system.domain.mall.Product;
import com.ruoyi.system.domain.mall.ProductParam;
import com.ruoyi.system.domain.mall.Sku;
import com.ruoyi.system.domain.mall.ShopDetail;
import com.ruoyi.system.service.ISysUserService;
import com.ruoyi.system.service.mall.IBasketService;
import com.ruoyi.system.service.mall.IProdTagReferenceService;
import com.ruoyi.system.service.mall.IProductService;
import com.ruoyi.system.service.mall.ISkuService;
import com.ruoyi.system.service.mall.ShopDetailService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.*;
import javax.servlet.http.HttpServletResponse;
import javax.validation.Valid;
import java.util.Date;
import java.util.List;
import java.util.Objects;
import com.alibaba.fastjson2.JSON;
/**
* 商品管理Controller
*
* @author ruoyi
* @date 2025-02-19
*/
@RestController
@RequestMapping("/prod/prod")
public class ProductController extends BaseController {
@Autowired
private IProductService productService;
@Autowired
private ISysUserService sysUserService;
@Autowired
private ISkuService skuService;
@Autowired
private IProdTagReferenceService prodTagReferenceService;
@Autowired
private IBasketService basketService;
@Autowired
private ShopDetailService shopDetailService;
/**
* 查询商品管理列表
*/
// @PreAuthorize("@ss.hasPermi('prod:prodList:list')")
@GetMapping("/page")
public TableDataInfo list(Product product) {
QueryWrapper<Product> wrapper = new QueryWrapper<>();
// 处理商品名称模糊查询
if (StrUtil.isNotBlank(product.getProdName())) {
wrapper.like("prod_name", product.getProdName());
}
if (product.getTypeList() != null) {
wrapper.in("type", product.getTypeList());
}
if (product.getCategoryIdList() != null) {
wrapper.in("category_id", product.getCategoryIdList());
}
if (product.getVipGrade() != null) {
wrapper.eq("vip_grade", product.getVipGrade());
}
if (StrUtil.isNotBlank(product.getProdNumber())) {
wrapper.like("prod_number", product.getProdNumber());
}
// 手动添加其他字段的等值查询条件
wrapper.eq(product.getStatus() != null, "status", product.getStatus());
// 获取当前登录用户
Long userId = SecurityUtils.getUserId();
SysUser sysUser = sysUserService.selectUserById(userId);
// 如果用户关联了商户,只能查看自己商户的商品
if (sysUser.getShopId() != 100) {
wrapper.eq("shop_id", sysUser.getShopId());
}
wrapper.orderByDesc("create_time");
startPage();
List<Product> list = productService.list(wrapper);
// 关联商户信息
list.forEach(prod -> {
if (prod.getShopId() != null) {
ShopDetail shop = shopDetailService.getById(prod.getShopId());
if (shop != null) {
prod.setShopName(shop.getShopName());
}
}
});
return getDataTable(list);
}
/**
* 导出商品管理列表
*/
@PreAuthorize("@ss.hasPermi('prod:prodList:export')")
@Log(title = "商品管理", businessType = BusinessType.EXPORT)
@PostMapping("/export")
public void export(HttpServletResponse response, Product product) {
List<Product> list = productService.selectProductList(product);
ExcelUtil<Product> util = new ExcelUtil<Product>(Product.class);
util.exportExcel(response, list, "商品管理数据");
}
/**
* 获取商品管理详细信息
*/
// @PreAuthorize("@ss.hasPermi('prod:prodList:query')")
@GetMapping("/info/{prodId}")
public AjaxResult getInfo(@PathVariable("prodId") Long prodId) {
Long getUserId = SecurityUtils.getUserId();
SysUser sysUser = sysUserService.selectUserById(getUserId);
Product prod = productService.selectProductByProdId(prodId);
if (!Objects.equals(prod.getShopId(), sysUser.getShopId()) && sysUser.getShopId() != 100) {
throw new RuntimeException("没有权限获取该商品规格信息");
}
List<Sku> skuList = skuService.selectSkuList(prodId);
prod.setSkuList(skuList);
// 获取分组标签
List<Long> listTagId = prodTagReferenceService.listTagIdByProdId(prodId);
prod.setTagList(listTagId);
return success(prod);
}
/**
* 新增商品管理
*/
// @PreAuthorize("@ss.hasPermi('prod:prodList:add')")
@PostMapping("/save")
public AjaxResult add(@Valid @RequestBody ProductParam productParam) {
//Long getUserId = 1L;
Long userId = SecurityUtils.getUserId();
SysUser sysUser = sysUserService.selectUserById(userId);
if (sysUser.getShopId() == 100) {
return error("当前用户未关联商户");
}
checkParam(productParam);
Product product = BeanUtil.copyProperties(productParam, Product.class);
product.setDeliveryMode(JSON.toJSONString(productParam.getDeliveryModeVo()));
product.setShopId(sysUser.getShopId());
if (product.getStatus() == 1) {
product.setPutawayTime(new Date());
}
product.setCreateTime(new Date());
productService.insertProduct(product);
return success();
}
/**
* 修改商品管理
*/
// @PreAuthorize("@ss.hasPermi('prod:prod:update')")
// @Log(title = "商品管理", businessType = BusinessType.UPDATE)
@PutMapping("/update")
public AjaxResult edit(@Valid @RequestBody ProductParam productParam) {
Long getUserId = SecurityUtils.getUserId();
SysUser sysUser = sysUserService.selectUserById(getUserId);
checkParam(productParam);
Product dbProduct = productService.selectProductByProdId(productParam.getProdId());
if (!Objects.equals(dbProduct.getShopId(), sysUser.getShopId()) && sysUser.getShopId() != 100) {
return warn("无法修改非本店铺商品信息");
}
List<Sku> dbSkus = skuService.selectSkuList(dbProduct.getProdId());
Product product = BeanUtil.copyProperties(productParam, Product.class);
product.setDeliveryMode(JSON.toJSONString(productParam.getDeliveryModeVo()));
product.setUpdateTime(new Date());
if (dbProduct.getStatus() == 0 || productParam.getStatus() == 1) {
product.setPutawayTime(new Date());
}
dbProduct.setSkuList(dbSkus);
productService.updateProduct(product, dbProduct);
List<String> userIds = basketService.listUserIdByProdId(product.getProdId());
for (String userId : userIds) {
basketService.removeShopCartItemsCacheByUserId(userId);
}
for (Sku sku : dbSkus) {
skuService.removeSkuCacheBySkuId(sku.getSkuId(), sku.getProdId());
}
return success();
}
// /**
// * 删除商品管理
// */
// @PreAuthorize("@ss.hasPermi('prod:prodList:remove')")
// @Log(title = "商品管理", businessType = BusinessType.DELETE)
// @DeleteMapping("/{prodIds}")
// public AjaxResult remove(@PathVariable Long[] prodIds) {
// return toAjax(productService.deleteProductByProdIds(prodIds));
// }
/**
* 批量删除
*/
@DeleteMapping("/dels")
public AjaxResult batchDelete(@RequestBody Long[] prodIds) {
for (Long prodId : prodIds) {
delete(prodId);
}
return success();
}
/**
* 删除
*/
public AjaxResult delete(Long prodId) {
Long getUserId = SecurityUtils.getUserId();
SysUser sysUser = sysUserService.selectUserById(getUserId);
Product dbProduct = productService.selectProductByProdId(prodId);
if (!Objects.equals(dbProduct.getShopId(), sysUser.getShopId()) && sysUser.getShopId() != 100) {
throw new RuntimeException("无法获取非本店铺商品信息");
}
List<Sku> dbSkus = skuService.selectSkuList(dbProduct.getProdId());
// 删除商品
productService.deleteProductByProdId(prodId);
for (Sku sku : dbSkus) {
skuService.removeSkuCacheBySkuId(sku.getSkuId(), sku.getProdId());
}
List<String> userIds = basketService.listUserIdByProdId(prodId);
for (String userId : userIds) {
basketService.removeShopCartItemsCacheByUserId(userId);
}
return success();
}
/**
* 更新商品状态
*/
@PutMapping("/prodStatus")
// @PreAuthorize("@pms.hasPermission('prod:prod:status')")
public AjaxResult shopStatus(@RequestParam Long prodId, @RequestParam Integer prodStatus) {
Product product = new Product();
product.setProdId(prodId);
product.setStatus(prodStatus);
if (prodStatus == 1) {
product.setPutawayTime(new Date());
}
productService.updateById(product);
productService.removeProductCacheByProdId(prodId);
List<String> userIds = basketService.listUserIdByProdId(prodId);
for (String userId : userIds) {
basketService.removeShopCartItemsCacheByUserId(userId);
}
return success();
}
private void
checkParam(ProductParam productParam) {
if (CollectionUtil.isEmpty(productParam.getTagList())) {
throw new RuntimeException("请选择产品分组");
}
Product.DeliveryModeVO deliveryMode = productParam.getDeliveryModeVo();
boolean hasDeliverMode = deliveryMode != null && (deliveryMode.getHasShopDelivery() || deliveryMode.getHasUserPickUp());
if (!hasDeliverMode) {
throw new RuntimeException("请选择配送方式");
}
List<Sku> skuList = productParam.getSkuList();
boolean isAllUnUse = true;
for (Sku sku : skuList) {
if (sku.getStatus() == 1) {
isAllUnUse = false;
}
}
if (isAllUnUse) {
throw new RuntimeException("至少要启用一种商品规格");
}
}
}

View File

@@ -0,0 +1,51 @@
package com.ruoyi.web.controller.mall;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.page.TableDataInfo;
import com.ruoyi.system.domain.mall.ScoreDetail;
import com.ruoyi.system.service.mall.ScoreDetailService;
import io.swagger.v3.oas.annotations.Operation;
import io.swagger.v3.oas.annotations.tags.Tag;
import lombok.AllArgsConstructor;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.annotation.Resource;
import java.util.List;
/**
* (ScoreDetail)表控制层
*
* @author makejava
* @since 2025-01-10 11:22:50
*/
@RestController
@RequestMapping("/p/scoreDetail")
@Tag(name = "积分及明细管理", description = "积分及明细管理")
@AllArgsConstructor
public class ScoreDetailController extends BaseController {
/**
* 服务对象
*/
@Resource
private ScoreDetailService scoreDetailService;
/**
* 分页查询所有数据
*
* @param scoreDetail 查询实体
* @return 所有数据
*/
@Operation(summary = "分页查询所有数据", description = "分页查询所有数据")
@GetMapping("/list")
public TableDataInfo selectAll(ScoreDetail scoreDetail) {
startPage();
List<ScoreDetail> list = scoreDetailService.getScoreDetailListByUserId(scoreDetail.getUserId());
return getDataTable(list);
}
}

View File

@@ -0,0 +1,185 @@
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许,不可做商业用途!
*
* 版权所有,侵权必究!
*/
package com.ruoyi.web.controller.mall;
import cn.hutool.core.util.StrUtil;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.ruoyi.common.bean.ProdPropRule;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.domain.entity.SysUser;
import com.ruoyi.common.core.page.TableDataInfo;
import com.ruoyi.common.utils.SecurityUtils;
import com.ruoyi.system.domain.mall.ProdProp;
import com.ruoyi.system.domain.mall.ProdPropValue;
import com.ruoyi.system.domain.mall.Product;
import com.ruoyi.system.domain.mall.ShopDetail;
import com.ruoyi.system.service.ISysUserService;
import com.ruoyi.system.service.mall.ProdPropService;
import com.ruoyi.system.service.mall.ProdPropValueService;
import com.ruoyi.system.service.mall.ShopDetailService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.*;
import javax.validation.Valid;
import java.util.List;
import java.util.Objects;
/**
* 规格管理
*
* @author lgh
*/
@RestController
@RequestMapping("/prod/spec")
public class SpecController extends BaseController {
@Autowired
private ProdPropService prodPropService;
@Autowired
private ProdPropValueService prodPropValueService;
@Autowired
private ShopDetailService shopDetailService;
@Autowired
private ISysUserService sysUserService;
/**
* 获取商户列表
*/
@GetMapping("/shopList")
public AjaxResult getShopList() {
List<ShopDetail> list = shopDetailService.list();
return success(list);
}
/**
* 分页获取
*/
@GetMapping("/page")
public TableDataInfo page(ProdProp prodProp) {
startPage();
LambdaQueryWrapper<ProdProp> wrapper = new LambdaQueryWrapper<>();
// 处理规格名称模糊查询
if (StrUtil.isNotBlank(prodProp.getPropName())) {
wrapper.like(ProdProp::getPropName, prodProp.getPropName());
}
wrapper.eq(ProdProp::getRule, ProdPropRule.SPEC.value());
// 获取当前登录用户
Long userId = SecurityUtils.getUserId();
SysUser sysUser = sysUserService.selectUserById(userId);
if (sysUser.getShopId() != 100) {
wrapper.eq(ProdProp::getShopId, sysUser.getShopId());
}
List<ProdProp> list = prodPropService.list(wrapper);
list.forEach(prop -> {
List<ProdPropValue> values = prodPropValueService.list(
new LambdaQueryWrapper<ProdPropValue>()
.eq(ProdPropValue::getPropId, prop.getPropId())
);
prop.setProdPropValues(values);
// 获取商户信息
if(prop.getShopId() != 100) {
ShopDetail shop = shopDetailService.getById(prop.getShopId());
if(shop != null) {
prop.setShopName(shop.getShopName());
}
}
});
return getDataTable(list);
}
/**
* 获取所有的规格
*/
@GetMapping("/list")
public AjaxResult list() {
Long getUserId = 1L;
List<ProdProp> list = prodPropService.list(new LambdaQueryWrapper<ProdProp>().eq(ProdProp::getRule, ProdPropRule.SPEC.value()).eq(ProdProp::getShopId, getUserId));
return success(list);
}
/**
* 根据规格id获取规格值
*/
@GetMapping("/listSpecValue/{specId}")
public AjaxResult listSpecValue(@PathVariable("specId") Long specId) {
List<ProdPropValue> list = prodPropValueService.list(new LambdaQueryWrapper<ProdPropValue>().eq(ProdPropValue::getPropId, specId));
return success(list);
}
/**
* 保存
*/
@PostMapping("/add")
//@PreAuthorize("@pms.hasPermission('prod:spec:save')")
public AjaxResult save(@Valid @RequestBody ProdProp prodProp) {
// 获取当前登录用户
Long userId = SecurityUtils.getUserId();
// 获取用户信息
SysUser sysUser = sysUserService.selectUserById(userId);
if (sysUser.getShopId() == 100) {
return error("当前用户未关联商户");
}
prodProp.setShopId(sysUser.getShopId());
prodProp.setRule(ProdPropRule.SPEC.value());
prodPropService.saveProdPropAndValues(prodProp);
return success();
}
/**
* 修改
*/
@PutMapping ("/update")
// @PreAuthorize("@ss.hasPermi('prod:spec:update')")
public AjaxResult update(@Valid @RequestBody ProdProp prodProp) {
Long userId = SecurityUtils.getUserId();
SysUser sysUser = sysUserService.selectUserById(userId);
if (sysUser.getShopId() == 100) {
return error("当前用户未关联商户");
}
ProdProp dbProdProp = prodPropService.getById(prodProp.getPropId());
if (!Objects.equals(dbProdProp.getShopId(), sysUser.getShopId())) {
return error("没有权限修改该商品规格信息");
}
prodProp.setShopId(sysUser.getShopId());
prodProp.setRule(ProdPropRule.SPEC.value());
prodPropService.updateProdPropAndValues(prodProp);
return success();
}
/**
* 删除
*/
@DeleteMapping("/{id}")
// @PreAuthorize("@pms.hasPermission('prod:spec:delete')")
public AjaxResult delete(@PathVariable Long id) {
Long userId = SecurityUtils.getUserId();
prodPropService.deleteProdPropAndValues(id, ProdPropRule.SPEC.value(), userId);
return success();
}
/**
* 根据获取规格值最大的自增id
*/
@GetMapping("/listSpecMaxValueId")
public AjaxResult listSpecMaxValueId() {
ProdPropValue propValue = prodPropValueService.getOne(new LambdaQueryWrapper<ProdPropValue>().orderByDesc(ProdPropValue::getValueId).last("limit 1"));
return success(Objects.isNull(propValue) ? 0L : propValue.getValueId());
}
}

View File

@@ -0,0 +1,69 @@
/*
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
*
* https://www.mall4j.com/
*
* 未经允许,不可做商业用途!
*
* 版权所有,侵权必究!
*/
package com.ruoyi.web.controller.mall;
import cn.hutool.core.util.StrUtil;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.page.TableDataInfo;
import com.ruoyi.system.domain.mall.User;
import com.ruoyi.system.service.mall.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.*;
import java.util.Date;
import java.util.List;
/**
* @author lgh on 2018/10/16.
*/
@RestController
@RequestMapping("/admin/user")
public class UserController extends BaseController {
@Autowired
private UserService userService;
/**
* 分页获取
*/
@GetMapping("/page")
public TableDataInfo page(User user) {
startPage();
List<User> userPage = userService.selectUserList(user.getNickName(),user.getVipList(),user.getUserMobile());
return getDataTable(userPage);
}
/**
* 获取信息
*/
@GetMapping("/info/{userId}")
@PreAuthorize("@pms.hasPermission('admin:user:info')")
public AjaxResult info(@PathVariable("userId") String userId) {
User user = userService.getById(userId);
user.setNickName(StrUtil.isBlank(user.getNickName()) ? "" : user.getNickName());
return success(user);
}
/**
* 修改
*/
@PutMapping
@PreAuthorize("@pms.hasPermission('admin:user:update')")
public AjaxResult update(@RequestBody User user) {
user.setModifyTime(new Date());
user.setNickName(StrUtil.isBlank(user.getNickName()) ? "" : user.getNickName());
userService.updateById(user);
return success();
}
}

View File

@@ -0,0 +1,77 @@
package com.ruoyi.web.controller.mall;
import cn.hutool.core.bean.BeanUtil;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.system.domain.mall.VipPackage;
import com.ruoyi.system.service.mall.VipPackageService;
import io.swagger.annotations.Api;
import org.springframework.web.bind.annotation.*;
import javax.annotation.Resource;
import java.util.List;
/**
* 会员套餐 控制器
*
* @author: xuelijun
*/
@RestController
@Api(tags = "会员套餐")
@RequestMapping("/vipPackage")
public class VipPackageRelatedController extends BaseController {
@Resource
private VipPackageService vipPackageService;
/**
* 获取全部可配置表
*
* @author zxl
* @date 2022/05/23 16:09
*/
@GetMapping("/list")
public AjaxResult list() {
List<VipPackage> vipPackages = vipPackageService.list(new LambdaQueryWrapper<VipPackage>());
return success(vipPackages);
}
/**
* 添加可配置表
*
* @author zxl
* @date 2022/05/23 16:09
*/
@PostMapping("/add")
public AjaxResult add(@RequestBody VipPackage vipPackage) {
vipPackageService.save(vipPackage);
return success();
}
/**
* 删除可配置表
*
* @author zxl
* @date 2022/05/23 16:09
*/
@PostMapping("/delete")
public AjaxResult delete(@RequestParam("id") Integer id) {
vipPackageService.removeById(id);
return success();
}
/**
* 编辑可配置表
*
* @author zxl
* @date 2022/05/23 16:09
*/
@PostMapping("/edit")
public AjaxResult edit(@RequestBody VipPackage vipPackage) {
vipPackageService.updateById(vipPackage);
return success();
}
}

View File

@@ -0,0 +1,120 @@
package com.ruoyi.web.controller.monitor;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import java.util.Set;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.RedisCallback;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.ruoyi.common.constant.CacheConstants;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.utils.StringUtils;
import com.ruoyi.system.domain.SysCache;
/**
* 缓存监控
*
* @author ruoyi
*/
@RestController
@RequestMapping("/monitor/cache")
public class CacheController
{
@Autowired
private RedisTemplate<String, String> redisTemplate;
private final static List<SysCache> caches = new ArrayList<SysCache>();
{
caches.add(new SysCache(CacheConstants.LOGIN_TOKEN_KEY, "用户信息"));
caches.add(new SysCache(CacheConstants.SYS_CONFIG_KEY, "配置信息"));
caches.add(new SysCache(CacheConstants.SYS_DICT_KEY, "数据字典"));
caches.add(new SysCache(CacheConstants.CAPTCHA_CODE_KEY, "验证码"));
caches.add(new SysCache(CacheConstants.REPEAT_SUBMIT_KEY, "防重提交"));
caches.add(new SysCache(CacheConstants.RATE_LIMIT_KEY, "限流处理"));
caches.add(new SysCache(CacheConstants.PWD_ERR_CNT_KEY, "密码错误次数"));
}
@PreAuthorize("@ss.hasPermi('monitor:cache:list')")
@GetMapping()
public AjaxResult getInfo() throws Exception
{
Properties info = (Properties) redisTemplate.execute((RedisCallback<Object>) connection -> connection.info());
Properties commandStats = (Properties) redisTemplate.execute((RedisCallback<Object>) connection -> connection.info("commandstats"));
Object dbSize = redisTemplate.execute((RedisCallback<Object>) connection -> connection.dbSize());
Map<String, Object> result = new HashMap<>(3);
result.put("info", info);
result.put("dbSize", dbSize);
List<Map<String, String>> pieList = new ArrayList<>();
commandStats.stringPropertyNames().forEach(key -> {
Map<String, String> data = new HashMap<>(2);
String property = commandStats.getProperty(key);
data.put("name", StringUtils.removeStart(key, "cmdstat_"));
data.put("value", StringUtils.substringBetween(property, "calls=", ",usec"));
pieList.add(data);
});
result.put("commandStats", pieList);
return AjaxResult.success(result);
}
@PreAuthorize("@ss.hasPermi('monitor:cache:list')")
@GetMapping("/getNames")
public AjaxResult cache()
{
return AjaxResult.success(caches);
}
@PreAuthorize("@ss.hasPermi('monitor:cache:list')")
@GetMapping("/getKeys/{cacheName}")
public AjaxResult getCacheKeys(@PathVariable String cacheName)
{
Set<String> cacheKeys = redisTemplate.keys(cacheName + "*");
return AjaxResult.success(cacheKeys);
}
@PreAuthorize("@ss.hasPermi('monitor:cache:list')")
@GetMapping("/getValue/{cacheName}/{cacheKey}")
public AjaxResult getCacheValue(@PathVariable String cacheName, @PathVariable String cacheKey)
{
String cacheValue = redisTemplate.opsForValue().get(cacheKey);
SysCache sysCache = new SysCache(cacheName, cacheKey, cacheValue);
return AjaxResult.success(sysCache);
}
@PreAuthorize("@ss.hasPermi('monitor:cache:list')")
@DeleteMapping("/clearCacheName/{cacheName}")
public AjaxResult clearCacheName(@PathVariable String cacheName)
{
Collection<String> cacheKeys = redisTemplate.keys(cacheName + "*");
redisTemplate.delete(cacheKeys);
return AjaxResult.success();
}
@PreAuthorize("@ss.hasPermi('monitor:cache:list')")
@DeleteMapping("/clearCacheKey/{cacheKey}")
public AjaxResult clearCacheKey(@PathVariable String cacheKey)
{
redisTemplate.delete(cacheKey);
return AjaxResult.success();
}
@PreAuthorize("@ss.hasPermi('monitor:cache:list')")
@DeleteMapping("/clearCacheAll")
public AjaxResult clearCacheAll()
{
Collection<String> cacheKeys = redisTemplate.keys("*");
redisTemplate.delete(cacheKeys);
return AjaxResult.success();
}
}

View File

@@ -0,0 +1,104 @@
package com.ruoyi.web.controller.monitor;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.ruoyi.common.annotation.Log;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.page.TableDataInfo;
import com.ruoyi.common.enums.BusinessType;
import com.ruoyi.common.utils.poi.ExcelUtil;
import com.ruoyi.system.domain.Demo;
import com.ruoyi.system.service.IDemoService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.*;
import java.util.Arrays;
import java.util.List;
/**
* 用户测试Controller
*
* @author ruoyi
* @date 2024-11-27
*/
@RestController
@RequestMapping("/user/demo")
@Api(value = "用户测试控制器", tags = {"用户测试管理"})
@RequiredArgsConstructor(onConstructor_ = @Autowired)
public class DemoController extends BaseController {
@Autowired
private final IDemoService demoService;
/**
* 查询用户测试列表
*/
@ApiOperation("查询用户测试列表")
@PreAuthorize("@ss.hasPermi('system:demo:list')")
@GetMapping("/list")
public TableDataInfo list(Demo demo) {
startPage();
List<Demo> list = demoService.list(new QueryWrapper<Demo>(demo));
return getDataTable(list);
}
/**
* 导出用户测试列表
*/
@ApiOperation("导出用户测试列表")
@PreAuthorize("@ss.hasPermi('system:demo:export')")
@Log(title = "用户测试", businessType = BusinessType.EXPORT)
@GetMapping("/export")
public AjaxResult export(Demo demo) {
List<Demo> list = demoService.list(new QueryWrapper<Demo>(demo));
ExcelUtil<Demo> util = new ExcelUtil<Demo>(Demo.class);
return util.exportExcel(list, "用户测试数据");
}
/**
* 获取用户测试详细信息
*/
@ApiOperation("获取用户测试详细信息")
@PreAuthorize("@ss.hasPermi('system:demo:query')")
@GetMapping(value = "/{id}")
public AjaxResult getInfo(@PathVariable("id") Long id) {
return AjaxResult.success(demoService.getById(id));
}
/**
* 新增用户测试
*/
@ApiOperation("新增用户测试")
@PreAuthorize("@ss.hasPermi('system:demo:add')")
@Log(title = "用户测试", businessType = BusinessType.INSERT)
@PostMapping
public AjaxResult add(@RequestBody Demo demo) {
return toAjax(demoService.save(demo));
}
/**
* 修改用户测试
*/
@ApiOperation("修改用户测试")
@PreAuthorize("@ss.hasPermi('system:demo:edit')")
@Log(title = "用户测试", businessType = BusinessType.UPDATE)
@PutMapping
public AjaxResult edit(@RequestBody Demo demo) {
return toAjax(demoService.updateById(demo));
}
/**
* 删除用户测试
*/
@ApiOperation("删除用户测试")
@PreAuthorize("@ss.hasPermi('system:demo:remove')")
@Log(title = "用户测试", businessType = BusinessType.DELETE)
@DeleteMapping("/{ids}")
public AjaxResult remove(@PathVariable Long[] ids) {
return toAjax(demoService.removeByIds(Arrays.asList(ids)));
}
}

View File

@@ -0,0 +1,27 @@
package com.ruoyi.web.controller.monitor;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.framework.web.domain.Server;
/**
* 服务器监控
*
* @author ruoyi
*/
@RestController
@RequestMapping("/monitor/server")
public class ServerController
{
@PreAuthorize("@ss.hasPermi('monitor:server:list')")
@GetMapping()
public AjaxResult getInfo() throws Exception
{
Server server = new Server();
server.copyTo();
return AjaxResult.success(server);
}
}

View File

@@ -0,0 +1,82 @@
package com.ruoyi.web.controller.monitor;
import java.util.List;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.ruoyi.common.annotation.Log;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.page.TableDataInfo;
import com.ruoyi.common.enums.BusinessType;
import com.ruoyi.common.utils.poi.ExcelUtil;
import com.ruoyi.framework.web.service.SysPasswordService;
import com.ruoyi.system.domain.SysLogininfor;
import com.ruoyi.system.service.ISysLogininforService;
/**
* 系统访问记录
*
* @author ruoyi
*/
@RestController
@RequestMapping("/monitor/logininfor")
public class SysLogininforController extends BaseController
{
@Autowired
private ISysLogininforService logininforService;
@Autowired
private SysPasswordService passwordService;
@PreAuthorize("@ss.hasPermi('monitor:logininfor:list')")
@GetMapping("/list")
public TableDataInfo list(SysLogininfor logininfor)
{
startPage();
List<SysLogininfor> list = logininforService.selectLogininforList(logininfor);
return getDataTable(list);
}
@Log(title = "登录日志", businessType = BusinessType.EXPORT)
@PreAuthorize("@ss.hasPermi('monitor:logininfor:export')")
@PostMapping("/export")
public void export(HttpServletResponse response, SysLogininfor logininfor)
{
List<SysLogininfor> list = logininforService.selectLogininforList(logininfor);
ExcelUtil<SysLogininfor> util = new ExcelUtil<SysLogininfor>(SysLogininfor.class);
util.exportExcel(response, list, "登录日志");
}
@PreAuthorize("@ss.hasPermi('monitor:logininfor:remove')")
@Log(title = "登录日志", businessType = BusinessType.DELETE)
@DeleteMapping("/{infoIds}")
public AjaxResult remove(@PathVariable Long[] infoIds)
{
return toAjax(logininforService.deleteLogininforByIds(infoIds));
}
@PreAuthorize("@ss.hasPermi('monitor:logininfor:remove')")
@Log(title = "登录日志", businessType = BusinessType.CLEAN)
@DeleteMapping("/clean")
public AjaxResult clean()
{
logininforService.cleanLogininfor();
return success();
}
@PreAuthorize("@ss.hasPermi('monitor:logininfor:unlock')")
@Log(title = "账户解锁", businessType = BusinessType.OTHER)
@GetMapping("/unlock/{userName}")
public AjaxResult unlock(@PathVariable("userName") String userName)
{
passwordService.clearLoginRecordCache(userName);
return success();
}
}

View File

@@ -0,0 +1,69 @@
package com.ruoyi.web.controller.monitor;
import java.util.List;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.ruoyi.common.annotation.Log;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.page.TableDataInfo;
import com.ruoyi.common.enums.BusinessType;
import com.ruoyi.common.utils.poi.ExcelUtil;
import com.ruoyi.system.domain.SysOperLog;
import com.ruoyi.system.service.ISysOperLogService;
/**
* 操作日志记录
*
* @author ruoyi
*/
@RestController
@RequestMapping("/monitor/operlog")
public class SysOperlogController extends BaseController
{
@Autowired
private ISysOperLogService operLogService;
@PreAuthorize("@ss.hasPermi('monitor:operlog:list')")
@GetMapping("/list")
public TableDataInfo list(SysOperLog operLog)
{
startPage();
List<SysOperLog> list = operLogService.selectOperLogList(operLog);
return getDataTable(list);
}
@Log(title = "操作日志", businessType = BusinessType.EXPORT)
@PreAuthorize("@ss.hasPermi('monitor:operlog:export')")
@PostMapping("/export")
public void export(HttpServletResponse response, SysOperLog operLog)
{
List<SysOperLog> list = operLogService.selectOperLogList(operLog);
ExcelUtil<SysOperLog> util = new ExcelUtil<SysOperLog>(SysOperLog.class);
util.exportExcel(response, list, "操作日志");
}
@Log(title = "操作日志", businessType = BusinessType.DELETE)
@PreAuthorize("@ss.hasPermi('monitor:operlog:remove')")
@DeleteMapping("/{operIds}")
public AjaxResult remove(@PathVariable Long[] operIds)
{
return toAjax(operLogService.deleteOperLogByIds(operIds));
}
@Log(title = "操作日志", businessType = BusinessType.CLEAN)
@PreAuthorize("@ss.hasPermi('monitor:operlog:remove')")
@DeleteMapping("/clean")
public AjaxResult clean()
{
operLogService.cleanOperLog();
return success();
}
}

View File

@@ -0,0 +1,83 @@
package com.ruoyi.web.controller.monitor;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.ruoyi.common.annotation.Log;
import com.ruoyi.common.constant.CacheConstants;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.domain.model.LoginUser;
import com.ruoyi.common.core.page.TableDataInfo;
import com.ruoyi.common.core.redis.RedisCache;
import com.ruoyi.common.enums.BusinessType;
import com.ruoyi.common.utils.StringUtils;
import com.ruoyi.system.domain.SysUserOnline;
import com.ruoyi.system.service.ISysUserOnlineService;
/**
* 在线用户监控
*
* @author ruoyi
*/
@RestController
@RequestMapping("/monitor/online")
public class SysUserOnlineController extends BaseController
{
@Autowired
private ISysUserOnlineService userOnlineService;
@Autowired
private RedisCache redisCache;
@PreAuthorize("@ss.hasPermi('monitor:online:list')")
@GetMapping("/list")
public TableDataInfo list(String ipaddr, String userName)
{
Collection<String> keys = redisCache.keys(CacheConstants.LOGIN_TOKEN_KEY + "*");
List<SysUserOnline> userOnlineList = new ArrayList<SysUserOnline>();
for (String key : keys)
{
LoginUser user = redisCache.getCacheObject(key);
if (StringUtils.isNotEmpty(ipaddr) && StringUtils.isNotEmpty(userName))
{
userOnlineList.add(userOnlineService.selectOnlineByInfo(ipaddr, userName, user));
}
else if (StringUtils.isNotEmpty(ipaddr))
{
userOnlineList.add(userOnlineService.selectOnlineByIpaddr(ipaddr, user));
}
else if (StringUtils.isNotEmpty(userName) && StringUtils.isNotNull(user.getUser()))
{
userOnlineList.add(userOnlineService.selectOnlineByUserName(userName, user));
}
else
{
userOnlineList.add(userOnlineService.loginUserToUserOnline(user));
}
}
Collections.reverse(userOnlineList);
userOnlineList.removeAll(Collections.singleton(null));
return getDataTable(userOnlineList);
}
/**
* 强退用户
*/
@PreAuthorize("@ss.hasPermi('monitor:online:forceLogout')")
@Log(title = "在线用户", businessType = BusinessType.FORCE)
@DeleteMapping("/{tokenId}")
public AjaxResult forceLogout(@PathVariable String tokenId)
{
redisCache.deleteObject(CacheConstants.LOGIN_TOKEN_KEY + tokenId);
return success();
}
}

View File

@@ -0,0 +1,133 @@
package com.ruoyi.web.controller.system;
import java.util.List;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.PutMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.ruoyi.common.annotation.Log;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.page.TableDataInfo;
import com.ruoyi.common.enums.BusinessType;
import com.ruoyi.common.utils.poi.ExcelUtil;
import com.ruoyi.system.domain.SysConfig;
import com.ruoyi.system.service.ISysConfigService;
/**
* 参数配置 信息操作处理
*
* @author ruoyi
*/
@RestController
@RequestMapping("/system/config")
public class SysConfigController extends BaseController
{
@Autowired
private ISysConfigService configService;
/**
* 获取参数配置列表
*/
@PreAuthorize("@ss.hasPermi('system:config:list')")
@GetMapping("/list")
public TableDataInfo list(SysConfig config)
{
startPage();
List<SysConfig> list = configService.selectConfigList(config);
return getDataTable(list);
}
@Log(title = "参数管理", businessType = BusinessType.EXPORT)
@PreAuthorize("@ss.hasPermi('system:config:export')")
@PostMapping("/export")
public void export(HttpServletResponse response, SysConfig config)
{
List<SysConfig> list = configService.selectConfigList(config);
ExcelUtil<SysConfig> util = new ExcelUtil<SysConfig>(SysConfig.class);
util.exportExcel(response, list, "参数数据");
}
/**
* 根据参数编号获取详细信息
*/
@PreAuthorize("@ss.hasPermi('system:config:query')")
@GetMapping(value = "/{configId}")
public AjaxResult getInfo(@PathVariable Long configId)
{
return success(configService.selectConfigById(configId));
}
/**
* 根据参数键名查询参数值
*/
@GetMapping(value = "/configKey/{configKey}")
public AjaxResult getConfigKey(@PathVariable String configKey)
{
return success(configService.selectConfigByKey(configKey));
}
/**
* 新增参数配置
*/
@PreAuthorize("@ss.hasPermi('system:config:add')")
@Log(title = "参数管理", businessType = BusinessType.INSERT)
@PostMapping
public AjaxResult add(@Validated @RequestBody SysConfig config)
{
if (!configService.checkConfigKeyUnique(config))
{
return error("新增参数'" + config.getConfigName() + "'失败,参数键名已存在");
}
config.setCreateBy(getUsername());
return toAjax(configService.insertConfig(config));
}
/**
* 修改参数配置
*/
@PreAuthorize("@ss.hasPermi('system:config:edit')")
@Log(title = "参数管理", businessType = BusinessType.UPDATE)
@PutMapping
public AjaxResult edit(@Validated @RequestBody SysConfig config)
{
if (!configService.checkConfigKeyUnique(config))
{
return error("修改参数'" + config.getConfigName() + "'失败,参数键名已存在");
}
config.setUpdateBy(getUsername());
return toAjax(configService.updateConfig(config));
}
/**
* 删除参数配置
*/
@PreAuthorize("@ss.hasPermi('system:config:remove')")
@Log(title = "参数管理", businessType = BusinessType.DELETE)
@DeleteMapping("/{configIds}")
public AjaxResult remove(@PathVariable Long[] configIds)
{
configService.deleteConfigByIds(configIds);
return success();
}
/**
* 刷新参数缓存
*/
@PreAuthorize("@ss.hasPermi('system:config:remove')")
@Log(title = "参数管理", businessType = BusinessType.CLEAN)
@DeleteMapping("/refreshCache")
public AjaxResult refreshCache()
{
configService.resetConfigCache();
return success();
}
}

View File

@@ -0,0 +1,133 @@
package com.ruoyi.web.controller.system;
import java.util.List;
import org.apache.commons.lang3.ArrayUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.PutMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.ruoyi.common.annotation.Log;
import com.ruoyi.common.constant.UserConstants;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.domain.entity.SysDept;
import com.ruoyi.common.enums.BusinessType;
import com.ruoyi.common.utils.StringUtils;
import com.ruoyi.system.service.ISysDeptService;
/**
* 部门信息
*
* @author ruoyi
*/
@RestController
@RequestMapping("/system/dept")
public class SysDeptController extends BaseController
{
@Autowired
private ISysDeptService deptService;
/**
* 获取部门列表
*/
@PreAuthorize("@ss.hasPermi('system:dept:list')")
@GetMapping("/list")
public AjaxResult list(SysDept dept)
{
List<SysDept> depts = deptService.selectDeptList(dept);
return success(depts);
}
/**
* 查询部门列表(排除节点)
*/
@PreAuthorize("@ss.hasPermi('system:dept:list')")
@GetMapping("/list/exclude/{deptId}")
public AjaxResult excludeChild(@PathVariable(value = "deptId", required = false) Long deptId)
{
List<SysDept> depts = deptService.selectDeptList(new SysDept());
depts.removeIf(d -> d.getDeptId().intValue() == deptId || ArrayUtils.contains(StringUtils.split(d.getAncestors(), ","), deptId + ""));
return success(depts);
}
/**
* 根据部门编号获取详细信息
*/
@PreAuthorize("@ss.hasPermi('system:dept:query')")
@GetMapping(value = "/{deptId}")
public AjaxResult getInfo(@PathVariable Long deptId)
{
deptService.checkDeptDataScope(deptId);
return success(deptService.selectDeptById(deptId));
}
/**
* 新增部门
*/
@PreAuthorize("@ss.hasPermi('system:dept:add')")
@Log(title = "部门管理", businessType = BusinessType.INSERT)
@PostMapping
public AjaxResult add(@Validated @RequestBody SysDept dept)
{
if (!deptService.checkDeptNameUnique(dept))
{
return error("新增部门'" + dept.getDeptName() + "'失败,部门名称已存在");
}
dept.setCreateBy(getUsername());
deptService.insertDept(dept);
return toAjax(true);
}
/**
* 修改部门
*/
@PreAuthorize("@ss.hasPermi('system:dept:edit')")
@Log(title = "部门管理", businessType = BusinessType.UPDATE)
@PutMapping
public AjaxResult edit(@Validated @RequestBody SysDept dept)
{
Long deptId = dept.getDeptId();
deptService.checkDeptDataScope(deptId);
if (!deptService.checkDeptNameUnique(dept))
{
return error("修改部门'" + dept.getDeptName() + "'失败,部门名称已存在");
}
else if (dept.getParentId().equals(deptId))
{
return error("修改部门'" + dept.getDeptName() + "'失败,上级部门不能是自己");
}
else if (StringUtils.equals(UserConstants.DEPT_DISABLE, dept.getStatus()) && deptService.selectNormalChildrenDeptById(deptId) > 0)
{
return error("该部门包含未停用的子部门!");
}
dept.setUpdateBy(getUsername());
return toAjax(deptService.updateDept(dept));
}
/**
* 删除部门
*/
@PreAuthorize("@ss.hasPermi('system:dept:remove')")
@Log(title = "部门管理", businessType = BusinessType.DELETE)
@DeleteMapping("/{deptId}")
public AjaxResult remove(@PathVariable Long deptId)
{
if (deptService.hasChildByDeptId(deptId))
{
return warn("存在下级部门,不允许删除");
}
if (deptService.checkDeptExistUser(deptId))
{
return warn("部门存在用户,不允许删除");
}
deptService.checkDeptDataScope(deptId);
return toAjax(deptService.deleteDeptById(deptId));
}
}

View File

@@ -0,0 +1,121 @@
package com.ruoyi.web.controller.system;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.PutMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.ruoyi.common.annotation.Log;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.domain.entity.SysDictData;
import com.ruoyi.common.core.page.TableDataInfo;
import com.ruoyi.common.enums.BusinessType;
import com.ruoyi.common.utils.StringUtils;
import com.ruoyi.common.utils.poi.ExcelUtil;
import com.ruoyi.system.service.ISysDictDataService;
import com.ruoyi.system.service.ISysDictTypeService;
/**
* 数据字典信息
*
* @author ruoyi
*/
@RestController
@RequestMapping("/system/dict/data")
public class SysDictDataController extends BaseController
{
@Autowired
private ISysDictDataService dictDataService;
@Autowired
private ISysDictTypeService dictTypeService;
@PreAuthorize("@ss.hasPermi('system:dict:list')")
@GetMapping("/list")
public TableDataInfo list(SysDictData dictData)
{
startPage();
List<SysDictData> list = dictDataService.selectDictDataList(dictData);
return getDataTable(list);
}
@Log(title = "字典数据", businessType = BusinessType.EXPORT)
@PreAuthorize("@ss.hasPermi('system:dict:export')")
@PostMapping("/export")
public void export(HttpServletResponse response, SysDictData dictData)
{
List<SysDictData> list = dictDataService.selectDictDataList(dictData);
ExcelUtil<SysDictData> util = new ExcelUtil<SysDictData>(SysDictData.class);
util.exportExcel(response, list, "字典数据");
}
/**
* 查询字典数据详细
*/
@PreAuthorize("@ss.hasPermi('system:dict:query')")
@GetMapping(value = "/{dictCode}")
public AjaxResult getInfo(@PathVariable Long dictCode)
{
return success(dictDataService.selectDictDataById(dictCode));
}
/**
* 根据字典类型查询字典数据信息
*/
@GetMapping(value = "/type/{dictType}")
public AjaxResult dictType(@PathVariable String dictType)
{
List<SysDictData> data = dictTypeService.selectDictDataByType(dictType);
if (StringUtils.isNull(data))
{
data = new ArrayList<SysDictData>();
}
return success(data);
}
/**
* 新增字典类型
*/
@PreAuthorize("@ss.hasPermi('system:dict:add')")
@Log(title = "字典数据", businessType = BusinessType.INSERT)
@PostMapping
public AjaxResult add(@Validated @RequestBody SysDictData dict)
{
dict.setCreateBy(getUsername());
return toAjax(dictDataService.insertDictData(dict));
}
/**
* 修改保存字典类型
*/
@PreAuthorize("@ss.hasPermi('system:dict:edit')")
@Log(title = "字典数据", businessType = BusinessType.UPDATE)
@PutMapping
public AjaxResult edit(@Validated @RequestBody SysDictData dict)
{
dict.setUpdateBy(getUsername());
return toAjax(dictDataService.updateDictData(dict));
}
/**
* 删除字典类型
*/
@PreAuthorize("@ss.hasPermi('system:dict:remove')")
@Log(title = "字典类型", businessType = BusinessType.DELETE)
@DeleteMapping("/{dictCodes}")
public AjaxResult remove(@PathVariable Long[] dictCodes)
{
dictDataService.deleteDictDataByIds(dictCodes);
return success();
}
}

View File

@@ -0,0 +1,120 @@
package com.ruoyi.web.controller.system;
import com.ruoyi.common.annotation.Log;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.domain.entity.SysDictType;
import com.ruoyi.common.core.page.TableDataInfo;
import com.ruoyi.common.enums.BusinessType;
import com.ruoyi.common.utils.poi.ExcelUtil;
import com.ruoyi.system.service.ISysDictTypeService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
import javax.servlet.http.HttpServletResponse;
import java.util.List;
/**
* 数据字典信息
*
* @author ruoyi
*/
@RestController
@RequestMapping("/system/dict/type")
@Api(value = "数据字典信息", tags = {"数据字典信息"})
public class SysDictTypeController extends BaseController {
@Autowired
private ISysDictTypeService dictTypeService;
@PreAuthorize("@ss.hasPermi('system:dict:list')")
@GetMapping("/list")
@ApiOperation("查询字典信息")
public TableDataInfo list(SysDictType dictType) {
startPage();
List<SysDictType> list = dictTypeService.selectDictTypeList(dictType);
return getDataTable(list);
}
@Log(title = "字典类型", businessType = BusinessType.EXPORT)
@PreAuthorize("@ss.hasPermi('system:dict:export')")
@PostMapping("/export")
public void export(HttpServletResponse response, SysDictType dictType) {
List<SysDictType> list = dictTypeService.selectDictTypeList(dictType);
ExcelUtil<SysDictType> util = new ExcelUtil<SysDictType>(SysDictType.class);
util.exportExcel(response, list, "字典类型");
}
/**
* 查询字典类型详细
*/
@PreAuthorize("@ss.hasPermi('system:dict:query')")
@GetMapping(value = "/{dictId}")
public AjaxResult getInfo(@PathVariable Long dictId) {
return success(dictTypeService.selectDictTypeById(dictId));
}
/**
* 新增字典类型
*/
@PreAuthorize("@ss.hasPermi('system:dict:add')")
@Log(title = "字典类型", businessType = BusinessType.INSERT)
@PostMapping
@ApiOperation("新增字典信息")
public AjaxResult add(@Validated @RequestBody SysDictType dict) {
if (!dictTypeService.checkDictTypeUnique(dict)) {
return error("新增字典'" + dict.getDictName() + "'失败,字典类型已存在");
}
dict.setCreateBy(getUsername());
return toAjax(dictTypeService.insertDictType(dict));
}
/**
* 修改字典类型
*/
@PreAuthorize("@ss.hasPermi('system:dict:edit')")
@Log(title = "字典类型", businessType = BusinessType.UPDATE)
@ApiOperation("修改字典信息")
@PutMapping
public AjaxResult edit(@Validated @RequestBody SysDictType dict) {
if (!dictTypeService.checkDictTypeUnique(dict)) {
return error("修改字典'" + dict.getDictName() + "'失败,字典类型已存在");
}
// dict.setUpdateBy(getUsername());
return toAjax(dictTypeService.updateDictType(dict));
}
/**
* 删除字典类型
*/
@PreAuthorize("@ss.hasPermi('system:dict:remove')")
@Log(title = "字典类型", businessType = BusinessType.DELETE)
@DeleteMapping("/{dictIds}")
public AjaxResult remove(@PathVariable Long[] dictIds) {
dictTypeService.deleteDictTypeByIds(dictIds);
return success();
}
/**
* 刷新字典缓存
*/
@PreAuthorize("@ss.hasPermi('system:dict:remove')")
@Log(title = "字典类型", businessType = BusinessType.CLEAN)
@DeleteMapping("/refreshCache")
public AjaxResult refreshCache() {
dictTypeService.resetDictCache();
return success();
}
/**
* 获取字典选择框列表
*/
@GetMapping("/optionselect")
public AjaxResult optionselect() {
List<SysDictType> dictTypes = dictTypeService.selectDictTypeAll();
return success(dictTypes);
}
}

View File

@@ -0,0 +1,29 @@
package com.ruoyi.web.controller.system;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.ruoyi.common.config.RuoYiConfig;
import com.ruoyi.common.utils.StringUtils;
/**
* 首页
*
* @author ruoyi
*/
@RestController
public class SysIndexController
{
/** 系统基础配置 */
@Autowired
private RuoYiConfig ruoyiConfig;
/**
* 访问首页,提示语
*/
@RequestMapping("/")
public String index()
{
return StringUtils.format("欢迎使用{}后台管理框架当前版本v{},请通过前端地址访问。", ruoyiConfig.getName(), ruoyiConfig.getVersion());
}
}

View File

@@ -0,0 +1,87 @@
package com.ruoyi.web.controller.system;
import com.ruoyi.common.constant.Constants;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.domain.entity.SysMenu;
import com.ruoyi.common.core.domain.entity.SysUser;
import com.ruoyi.common.core.domain.model.LoginBody;
import com.ruoyi.common.utils.SecurityUtils;
import com.ruoyi.framework.web.service.SysLoginService;
import com.ruoyi.framework.web.service.SysPermissionService;
import com.ruoyi.system.service.ISysMenuService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RestController;
import java.util.List;
import java.util.Set;
/**
* 登录验证
*
* @author ruoyi
*/
@RestController
@Api(value = "登录", tags = {"登录"})
public class SysLoginController {
@Autowired
private SysLoginService loginService;
@Autowired
private ISysMenuService menuService;
@Autowired
private SysPermissionService permissionService;
/**
* 登录方法
*
* @param loginBody 登录信息
* @return 结果
*/
@ApiOperation("用户登录")
@PostMapping("/login")
public AjaxResult login(@RequestBody LoginBody loginBody) {
AjaxResult ajax = AjaxResult.success();
// 生成令牌
String token = loginService.login(loginBody.getUsername(), loginBody.getPassword(), loginBody.getCode(),
loginBody.getUuid());
ajax.put(Constants.TOKEN, token);
return ajax;
}
/**
* 获取用户信息
*
* @return 用户信息
*/
@GetMapping("getInfo")
public AjaxResult getInfo() {
SysUser user = SecurityUtils.getLoginUser().getUser();
// 角色集合
Set<String> roles = permissionService.getRolePermission(user);
// 权限集合
Set<String> permissions = permissionService.getMenuPermission(user);
AjaxResult ajax = AjaxResult.success();
ajax.put("user", user);
ajax.put("roles", roles);
ajax.put("permissions", permissions);
return ajax;
}
/**
* 获取路由信息
*
* @return 路由信息
*/
@GetMapping("getRouters")
public AjaxResult getRouters() {
Long userId = SecurityUtils.getUserId();
List<SysMenu> menus = menuService.selectMenuTreeByUserId(userId);
return AjaxResult.success(menuService.buildMenus(menus));
}
}

View File

@@ -0,0 +1,142 @@
package com.ruoyi.web.controller.system;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.PutMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.ruoyi.common.annotation.Log;
import com.ruoyi.common.constant.UserConstants;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.domain.entity.SysMenu;
import com.ruoyi.common.enums.BusinessType;
import com.ruoyi.common.utils.StringUtils;
import com.ruoyi.system.service.ISysMenuService;
/**
* 菜单信息
*
* @author ruoyi
*/
@RestController
@RequestMapping("/system/menu")
public class SysMenuController extends BaseController
{
@Autowired
private ISysMenuService menuService;
/**
* 获取菜单列表
*/
@PreAuthorize("@ss.hasPermi('system:menu:list')")
@GetMapping("/list")
public AjaxResult list(SysMenu menu)
{
List<SysMenu> menus = menuService.selectMenuList(menu, getUserId());
return success(menus);
}
/**
* 根据菜单编号获取详细信息
*/
@PreAuthorize("@ss.hasPermi('system:menu:query')")
@GetMapping(value = "/{menuId}")
public AjaxResult getInfo(@PathVariable Long menuId)
{
return success(menuService.selectMenuById(menuId));
}
/**
* 获取菜单下拉树列表
*/
@GetMapping("/treeselect")
public AjaxResult treeselect(SysMenu menu)
{
List<SysMenu> menus = menuService.selectMenuList(menu, getUserId());
return success(menuService.buildMenuTreeSelect(menus));
}
/**
* 加载对应角色菜单列表树
*/
@GetMapping(value = "/roleMenuTreeselect/{roleId}")
public AjaxResult roleMenuTreeselect(@PathVariable("roleId") Long roleId)
{
List<SysMenu> menus = menuService.selectMenuList(getUserId());
AjaxResult ajax = AjaxResult.success();
ajax.put("checkedKeys", menuService.selectMenuListByRoleId(roleId));
ajax.put("menus", menuService.buildMenuTreeSelect(menus));
return ajax;
}
/**
* 新增菜单
*/
@PreAuthorize("@ss.hasPermi('system:menu:add')")
@Log(title = "菜单管理", businessType = BusinessType.INSERT)
@PostMapping
public AjaxResult add(@Validated @RequestBody SysMenu menu)
{
if (!menuService.checkMenuNameUnique(menu))
{
return error("新增菜单'" + menu.getMenuName() + "'失败,菜单名称已存在");
}
else if (UserConstants.YES_FRAME.equals(menu.getIsFrame()) && !StringUtils.ishttp(menu.getPath()))
{
return error("新增菜单'" + menu.getMenuName() + "'失败地址必须以http(s)://开头");
}
menu.setCreateBy(getUsername());
return toAjax(menuService.insertMenu(menu));
}
/**
* 修改菜单
*/
@PreAuthorize("@ss.hasPermi('system:menu:edit')")
@Log(title = "菜单管理", businessType = BusinessType.UPDATE)
@PutMapping
public AjaxResult edit(@Validated @RequestBody SysMenu menu)
{
if (!menuService.checkMenuNameUnique(menu))
{
return error("修改菜单'" + menu.getMenuName() + "'失败,菜单名称已存在");
}
else if (UserConstants.YES_FRAME.equals(menu.getIsFrame()) && !StringUtils.ishttp(menu.getPath()))
{
return error("修改菜单'" + menu.getMenuName() + "'失败地址必须以http(s)://开头");
}
else if (menu.getMenuId().equals(menu.getParentId()))
{
return error("修改菜单'" + menu.getMenuName() + "'失败,上级菜单不能选择自己");
}
menu.setUpdateBy(getUsername());
return toAjax(menuService.updateMenu(menu));
}
/**
* 删除菜单
*/
@PreAuthorize("@ss.hasPermi('system:menu:remove')")
@Log(title = "菜单管理", businessType = BusinessType.DELETE)
@DeleteMapping("/{menuId}")
public AjaxResult remove(@PathVariable("menuId") Long menuId)
{
if (menuService.hasChildByMenuId(menuId))
{
return warn("存在子菜单,不允许删除");
}
if (menuService.checkMenuExistRole(menuId))
{
return warn("菜单已分配,不允许删除");
}
return toAjax(menuService.deleteMenuById(menuId));
}
}

View File

@@ -0,0 +1,91 @@
package com.ruoyi.web.controller.system;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.PutMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.ruoyi.common.annotation.Log;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.page.TableDataInfo;
import com.ruoyi.common.enums.BusinessType;
import com.ruoyi.system.domain.SysNotice;
import com.ruoyi.system.service.ISysNoticeService;
/**
* 公告 信息操作处理
*
* @author ruoyi
*/
@RestController
@RequestMapping("/system/notice")
public class SysNoticeController extends BaseController
{
@Autowired
private ISysNoticeService noticeService;
/**
* 获取通知公告列表
*/
@PreAuthorize("@ss.hasPermi('system:notice:list')")
@GetMapping("/list")
public TableDataInfo list(SysNotice notice)
{
startPage();
List<SysNotice> list = noticeService.selectNoticeList(notice);
return getDataTable(list);
}
/**
* 根据通知公告编号获取详细信息
*/
@PreAuthorize("@ss.hasPermi('system:notice:query')")
@GetMapping(value = "/{noticeId}")
public AjaxResult getInfo(@PathVariable Long noticeId)
{
return success(noticeService.selectNoticeById(noticeId));
}
/**
* 新增通知公告
*/
@PreAuthorize("@ss.hasPermi('system:notice:add')")
@Log(title = "通知公告", businessType = BusinessType.INSERT)
@PostMapping
public AjaxResult add(@Validated @RequestBody SysNotice notice)
{
notice.setCreateBy(getUsername());
return toAjax(noticeService.insertNotice(notice));
}
/**
* 修改通知公告
*/
@PreAuthorize("@ss.hasPermi('system:notice:edit')")
@Log(title = "通知公告", businessType = BusinessType.UPDATE)
@PutMapping
public AjaxResult edit(@Validated @RequestBody SysNotice notice)
{
notice.setUpdateBy(getUsername());
return toAjax(noticeService.updateNotice(notice));
}
/**
* 删除通知公告
*/
@PreAuthorize("@ss.hasPermi('system:notice:remove')")
@Log(title = "通知公告", businessType = BusinessType.DELETE)
@DeleteMapping("/{noticeIds}")
public AjaxResult remove(@PathVariable Long[] noticeIds)
{
return toAjax(noticeService.deleteNoticeByIds(noticeIds));
}
}

View File

@@ -0,0 +1,129 @@
package com.ruoyi.web.controller.system;
import java.util.List;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.PutMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.ruoyi.common.annotation.Log;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.page.TableDataInfo;
import com.ruoyi.common.enums.BusinessType;
import com.ruoyi.common.utils.poi.ExcelUtil;
import com.ruoyi.system.domain.SysPost;
import com.ruoyi.system.service.ISysPostService;
/**
* 岗位信息操作处理
*
* @author ruoyi
*/
@RestController
@RequestMapping("/system/post")
public class SysPostController extends BaseController
{
@Autowired
private ISysPostService postService;
/**
* 获取岗位列表
*/
@PreAuthorize("@ss.hasPermi('system:post:list')")
@GetMapping("/list")
public TableDataInfo list(SysPost post)
{
startPage();
List<SysPost> list = postService.selectPostList(post);
return getDataTable(list);
}
@Log(title = "岗位管理", businessType = BusinessType.EXPORT)
@PreAuthorize("@ss.hasPermi('system:post:export')")
@PostMapping("/export")
public void export(HttpServletResponse response, SysPost post)
{
List<SysPost> list = postService.selectPostList(post);
ExcelUtil<SysPost> util = new ExcelUtil<SysPost>(SysPost.class);
util.exportExcel(response, list, "岗位数据");
}
/**
* 根据岗位编号获取详细信息
*/
@PreAuthorize("@ss.hasPermi('system:post:query')")
@GetMapping(value = "/{postId}")
public AjaxResult getInfo(@PathVariable Long postId)
{
return success(postService.selectPostById(postId));
}
/**
* 新增岗位
*/
@PreAuthorize("@ss.hasPermi('system:post:add')")
@Log(title = "岗位管理", businessType = BusinessType.INSERT)
@PostMapping
public AjaxResult add(@Validated @RequestBody SysPost post)
{
if (!postService.checkPostNameUnique(post))
{
return error("新增岗位'" + post.getPostName() + "'失败,岗位名称已存在");
}
else if (!postService.checkPostCodeUnique(post))
{
return error("新增岗位'" + post.getPostName() + "'失败,岗位编码已存在");
}
post.setCreateBy(getUsername());
return toAjax(postService.insertPost(post));
}
/**
* 修改岗位
*/
@PreAuthorize("@ss.hasPermi('system:post:edit')")
@Log(title = "岗位管理", businessType = BusinessType.UPDATE)
@PutMapping
public AjaxResult edit(@Validated @RequestBody SysPost post)
{
if (!postService.checkPostNameUnique(post))
{
return error("修改岗位'" + post.getPostName() + "'失败,岗位名称已存在");
}
else if (!postService.checkPostCodeUnique(post))
{
return error("修改岗位'" + post.getPostName() + "'失败,岗位编码已存在");
}
post.setUpdateBy(getUsername());
return toAjax(postService.updatePost(post));
}
/**
* 删除岗位
*/
@PreAuthorize("@ss.hasPermi('system:post:remove')")
@Log(title = "岗位管理", businessType = BusinessType.DELETE)
@DeleteMapping("/{postIds}")
public AjaxResult remove(@PathVariable Long[] postIds)
{
return toAjax(postService.deletePostByIds(postIds));
}
/**
* 获取岗位选择框列表
*/
@GetMapping("/optionselect")
public AjaxResult optionselect()
{
List<SysPost> posts = postService.selectPostAll();
return success(posts);
}
}

View File

@@ -0,0 +1,136 @@
package com.ruoyi.web.controller.system;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.PutMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.multipart.MultipartFile;
import com.ruoyi.common.annotation.Log;
import com.ruoyi.common.config.RuoYiConfig;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.domain.entity.SysUser;
import com.ruoyi.common.core.domain.model.LoginUser;
import com.ruoyi.common.enums.BusinessType;
import com.ruoyi.common.utils.SecurityUtils;
import com.ruoyi.common.utils.StringUtils;
import com.ruoyi.common.utils.file.FileUploadUtils;
import com.ruoyi.common.utils.file.MimeTypeUtils;
import com.ruoyi.framework.web.service.TokenService;
import com.ruoyi.system.service.ISysUserService;
/**
* 个人信息 业务处理
*
* @author ruoyi
*/
@RestController
@RequestMapping("/system/user/profile")
public class SysProfileController extends BaseController
{
@Autowired
private ISysUserService userService;
@Autowired
private TokenService tokenService;
/**
* 个人信息
*/
@GetMapping
public AjaxResult profile()
{
LoginUser loginUser = getLoginUser();
SysUser user = loginUser.getUser();
AjaxResult ajax = AjaxResult.success(user);
ajax.put("roleGroup", userService.selectUserRoleGroup(loginUser.getUsername()));
ajax.put("postGroup", userService.selectUserPostGroup(loginUser.getUsername()));
return ajax;
}
/**
* 修改用户
*/
@Log(title = "个人信息", businessType = BusinessType.UPDATE)
@PutMapping
public AjaxResult updateProfile(@RequestBody SysUser user)
{
LoginUser loginUser = getLoginUser();
SysUser currentUser = loginUser.getUser();
currentUser.setNickName(user.getNickName());
currentUser.setEmail(user.getEmail());
currentUser.setPhonenumber(user.getPhonenumber());
currentUser.setSex(user.getSex());
if (StringUtils.isNotEmpty(user.getPhonenumber()) && !userService.checkPhoneUnique(currentUser))
{
return error("修改用户'" + user.getUserName() + "'失败,手机号码已存在");
}
if (StringUtils.isNotEmpty(user.getEmail()) && !userService.checkEmailUnique(currentUser))
{
return error("修改用户'" + user.getUserName() + "'失败,邮箱账号已存在");
}
if (userService.updateUserProfile(currentUser) > 0)
{
// 更新缓存用户信息
tokenService.setLoginUser(loginUser);
return success();
}
return error("修改个人信息异常,请联系管理员");
}
/**
* 重置密码
*/
@Log(title = "个人信息", businessType = BusinessType.UPDATE)
@PutMapping("/updatePwd")
public AjaxResult updatePwd(String oldPassword, String newPassword)
{
LoginUser loginUser = getLoginUser();
String userName = loginUser.getUsername();
String password = loginUser.getPassword();
if (!SecurityUtils.matchesPassword(oldPassword, password))
{
return error("修改密码失败,旧密码错误");
}
if (SecurityUtils.matchesPassword(newPassword, password))
{
return error("新密码不能与旧密码相同");
}
if (userService.resetUserPwd(userName, SecurityUtils.encryptPassword(newPassword)) > 0)
{
// 更新缓存用户密码
loginUser.getUser().setPassword(SecurityUtils.encryptPassword(newPassword));
tokenService.setLoginUser(loginUser);
return success();
}
return error("修改密码异常,请联系管理员");
}
/**
* 头像上传
*/
@Log(title = "用户头像", businessType = BusinessType.UPDATE)
@PostMapping("/avatar")
public AjaxResult avatar(@RequestParam("avatarfile") MultipartFile file) throws Exception
{
if (!file.isEmpty())
{
LoginUser loginUser = getLoginUser();
String avatar = FileUploadUtils.upload(RuoYiConfig.getAvatarPath(), file, MimeTypeUtils.IMAGE_EXTENSION);
if (userService.updateUserAvatar(loginUser.getUsername(), avatar))
{
AjaxResult ajax = AjaxResult.success();
ajax.put("imgUrl", avatar);
// 更新缓存用户头像
loginUser.getUser().setAvatar(avatar);
tokenService.setLoginUser(loginUser);
return ajax;
}
}
return error("上传图片异常,请联系管理员");
}
}

View File

@@ -0,0 +1,38 @@
package com.ruoyi.web.controller.system;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RestController;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.domain.model.RegisterBody;
import com.ruoyi.common.utils.StringUtils;
import com.ruoyi.framework.web.service.SysRegisterService;
import com.ruoyi.system.service.ISysConfigService;
/**
* 注册验证
*
* @author ruoyi
*/
@RestController
public class SysRegisterController extends BaseController
{
@Autowired
private SysRegisterService registerService;
@Autowired
private ISysConfigService configService;
@PostMapping("/register")
public AjaxResult register(@RequestBody RegisterBody user)
{
if (!("true".equals(configService.selectConfigByKey("sys.account.registerUser"))))
{
return error("当前系统没有开启注册功能!");
}
String msg = registerService.register(user);
return StringUtils.isEmpty(msg) ? success() : error(msg);
}
}

View File

@@ -0,0 +1,262 @@
package com.ruoyi.web.controller.system;
import java.util.List;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.PutMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.ruoyi.common.annotation.Log;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.domain.entity.SysDept;
import com.ruoyi.common.core.domain.entity.SysRole;
import com.ruoyi.common.core.domain.entity.SysUser;
import com.ruoyi.common.core.domain.model.LoginUser;
import com.ruoyi.common.core.page.TableDataInfo;
import com.ruoyi.common.enums.BusinessType;
import com.ruoyi.common.utils.StringUtils;
import com.ruoyi.common.utils.poi.ExcelUtil;
import com.ruoyi.framework.web.service.SysPermissionService;
import com.ruoyi.framework.web.service.TokenService;
import com.ruoyi.system.domain.SysUserRole;
import com.ruoyi.system.service.ISysDeptService;
import com.ruoyi.system.service.ISysRoleService;
import com.ruoyi.system.service.ISysUserService;
/**
* 角色信息
*
* @author ruoyi
*/
@RestController
@RequestMapping("/system/role")
public class SysRoleController extends BaseController
{
@Autowired
private ISysRoleService roleService;
@Autowired
private TokenService tokenService;
@Autowired
private SysPermissionService permissionService;
@Autowired
private ISysUserService userService;
@Autowired
private ISysDeptService deptService;
@PreAuthorize("@ss.hasPermi('system:role:list')")
@GetMapping("/list")
public TableDataInfo list(SysRole role)
{
startPage();
List<SysRole> list = roleService.selectRoleList(role);
return getDataTable(list);
}
@Log(title = "角色管理", businessType = BusinessType.EXPORT)
@PreAuthorize("@ss.hasPermi('system:role:export')")
@PostMapping("/export")
public void export(HttpServletResponse response, SysRole role)
{
List<SysRole> list = roleService.selectRoleList(role);
ExcelUtil<SysRole> util = new ExcelUtil<SysRole>(SysRole.class);
util.exportExcel(response, list, "角色数据");
}
/**
* 根据角色编号获取详细信息
*/
@PreAuthorize("@ss.hasPermi('system:role:query')")
@GetMapping(value = "/{roleId}")
public AjaxResult getInfo(@PathVariable Long roleId)
{
roleService.checkRoleDataScope(roleId);
return success(roleService.selectRoleById(roleId));
}
/**
* 新增角色
*/
@PreAuthorize("@ss.hasPermi('system:role:add')")
@Log(title = "角色管理", businessType = BusinessType.INSERT)
@PostMapping
public AjaxResult add(@Validated @RequestBody SysRole role)
{
if (!roleService.checkRoleNameUnique(role))
{
return error("新增角色'" + role.getRoleName() + "'失败,角色名称已存在");
}
else if (!roleService.checkRoleKeyUnique(role))
{
return error("新增角色'" + role.getRoleName() + "'失败,角色权限已存在");
}
role.setCreateBy(getUsername());
return toAjax(roleService.insertRole(role));
}
/**
* 修改保存角色
*/
@PreAuthorize("@ss.hasPermi('system:role:edit')")
@Log(title = "角色管理", businessType = BusinessType.UPDATE)
@PutMapping
public AjaxResult edit(@Validated @RequestBody SysRole role)
{
roleService.checkRoleAllowed(role);
roleService.checkRoleDataScope(role.getRoleId());
if (!roleService.checkRoleNameUnique(role))
{
return error("修改角色'" + role.getRoleName() + "'失败,角色名称已存在");
}
else if (!roleService.checkRoleKeyUnique(role))
{
return error("修改角色'" + role.getRoleName() + "'失败,角色权限已存在");
}
role.setUpdateBy(getUsername());
if (roleService.updateRole(role) > 0)
{
// 更新缓存用户权限
LoginUser loginUser = getLoginUser();
if (StringUtils.isNotNull(loginUser.getUser()) && !loginUser.getUser().isAdmin())
{
loginUser.setPermissions(permissionService.getMenuPermission(loginUser.getUser()));
loginUser.setUser(userService.selectUserByUserName(loginUser.getUser().getUserName()));
tokenService.setLoginUser(loginUser);
}
return success();
}
return error("修改角色'" + role.getRoleName() + "'失败,请联系管理员");
}
/**
* 修改保存数据权限
*/
@PreAuthorize("@ss.hasPermi('system:role:edit')")
@Log(title = "角色管理", businessType = BusinessType.UPDATE)
@PutMapping("/dataScope")
public AjaxResult dataScope(@RequestBody SysRole role)
{
roleService.checkRoleAllowed(role);
roleService.checkRoleDataScope(role.getRoleId());
return toAjax(roleService.authDataScope(role));
}
/**
* 状态修改
*/
@PreAuthorize("@ss.hasPermi('system:role:edit')")
@Log(title = "角色管理", businessType = BusinessType.UPDATE)
@PutMapping("/changeStatus")
public AjaxResult changeStatus(@RequestBody SysRole role)
{
roleService.checkRoleAllowed(role);
roleService.checkRoleDataScope(role.getRoleId());
role.setUpdateBy(getUsername());
return toAjax(roleService.updateRoleStatus(role));
}
/**
* 删除角色
*/
@PreAuthorize("@ss.hasPermi('system:role:remove')")
@Log(title = "角色管理", businessType = BusinessType.DELETE)
@DeleteMapping("/{roleIds}")
public AjaxResult remove(@PathVariable Long[] roleIds)
{
return toAjax(roleService.deleteRoleByIds(roleIds));
}
/**
* 获取角色选择框列表
*/
@PreAuthorize("@ss.hasPermi('system:role:query')")
@GetMapping("/optionselect")
public AjaxResult optionselect()
{
return success(roleService.selectRoleAll());
}
/**
* 查询已分配用户角色列表
*/
@PreAuthorize("@ss.hasPermi('system:role:list')")
@GetMapping("/authUser/allocatedList")
public TableDataInfo allocatedList(SysUser user)
{
startPage();
List<SysUser> list = userService.selectAllocatedList(user);
return getDataTable(list);
}
/**
* 查询未分配用户角色列表
*/
@PreAuthorize("@ss.hasPermi('system:role:list')")
@GetMapping("/authUser/unallocatedList")
public TableDataInfo unallocatedList(SysUser user)
{
startPage();
List<SysUser> list = userService.selectUnallocatedList(user);
return getDataTable(list);
}
/**
* 取消授权用户
*/
@PreAuthorize("@ss.hasPermi('system:role:edit')")
@Log(title = "角色管理", businessType = BusinessType.GRANT)
@PutMapping("/authUser/cancel")
public AjaxResult cancelAuthUser(@RequestBody SysUserRole userRole)
{
return toAjax(roleService.deleteAuthUser(userRole));
}
/**
* 批量取消授权用户
*/
@PreAuthorize("@ss.hasPermi('system:role:edit')")
@Log(title = "角色管理", businessType = BusinessType.GRANT)
@PutMapping("/authUser/cancelAll")
public AjaxResult cancelAuthUserAll(Long roleId, Long[] userIds)
{
return toAjax(roleService.deleteAuthUsers(roleId, userIds));
}
/**
* 批量选择用户授权
*/
@PreAuthorize("@ss.hasPermi('system:role:edit')")
@Log(title = "角色管理", businessType = BusinessType.GRANT)
@PutMapping("/authUser/selectAll")
public AjaxResult selectAuthUserAll(Long roleId, Long[] userIds)
{
roleService.checkRoleDataScope(roleId);
return toAjax(roleService.insertAuthUsers(roleId, userIds));
}
/**
* 获取对应角色部门树列表
*/
@PreAuthorize("@ss.hasPermi('system:role:query')")
@GetMapping(value = "/deptTree/{roleId}")
public AjaxResult deptTree(@PathVariable("roleId") Long roleId)
{
AjaxResult ajax = AjaxResult.success();
ajax.put("checkedKeys", deptService.selectDeptListByRoleId(roleId));
ajax.put("depts", deptService.selectDeptTreeList(new SysDept()));
return ajax;
}
}

View File

@@ -0,0 +1,252 @@
package com.ruoyi.web.controller.system;
import java.util.List;
import java.util.stream.Collectors;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang3.ArrayUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.PutMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.multipart.MultipartFile;
import com.ruoyi.common.annotation.Log;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.common.core.domain.entity.SysDept;
import com.ruoyi.common.core.domain.entity.SysRole;
import com.ruoyi.common.core.domain.entity.SysUser;
import com.ruoyi.common.core.page.TableDataInfo;
import com.ruoyi.common.enums.BusinessType;
import com.ruoyi.common.utils.SecurityUtils;
import com.ruoyi.common.utils.StringUtils;
import com.ruoyi.common.utils.poi.ExcelUtil;
import com.ruoyi.system.service.ISysDeptService;
import com.ruoyi.system.service.ISysPostService;
import com.ruoyi.system.service.ISysRoleService;
import com.ruoyi.system.service.ISysUserService;
/**
* 用户信息
*
* @author ruoyi
*/
@RestController
@RequestMapping("/system/user")
public class SysUserController extends BaseController
{
@Autowired
private ISysUserService userService;
@Autowired
private ISysRoleService roleService;
@Autowired
private ISysDeptService deptService;
@Autowired
private ISysPostService postService;
/**
* 获取用户列表
*/
@PreAuthorize("@ss.hasPermi('system:user:list')")
@GetMapping("/list")
public TableDataInfo list(SysUser user)
{
startPage();
List<SysUser> list = userService.selectUserList(user);
return getDataTable(list);
}
@Log(title = "用户管理", businessType = BusinessType.EXPORT)
@PreAuthorize("@ss.hasPermi('system:user:export')")
@PostMapping("/export")
public void export(HttpServletResponse response, SysUser user)
{
List<SysUser> list = userService.selectUserList(user);
ExcelUtil<SysUser> util = new ExcelUtil<SysUser>(SysUser.class);
util.exportExcel(response, list, "用户数据");
}
@Log(title = "用户管理", businessType = BusinessType.IMPORT)
@PreAuthorize("@ss.hasPermi('system:user:import')")
@PostMapping("/importData")
public AjaxResult importData(MultipartFile file, boolean updateSupport) throws Exception
{
ExcelUtil<SysUser> util = new ExcelUtil<SysUser>(SysUser.class);
List<SysUser> userList = util.importExcel(file.getInputStream());
String operName = getUsername();
String message = userService.importUser(userList, updateSupport, operName);
return success(message);
}
@PostMapping("/importTemplate")
public void importTemplate(HttpServletResponse response)
{
ExcelUtil<SysUser> util = new ExcelUtil<SysUser>(SysUser.class);
util.importTemplateExcel(response, "用户数据");
}
/**
* 根据用户编号获取详细信息
*/
@PreAuthorize("@ss.hasPermi('system:user:query')")
@GetMapping(value = { "/", "/{userId}" })
public AjaxResult getInfo(@PathVariable(value = "userId", required = false) Long userId)
{
userService.checkUserDataScope(userId);
AjaxResult ajax = AjaxResult.success();
List<SysRole> roles = roleService.selectRoleAll();
ajax.put("roles", SysUser.isAdmin(userId) ? roles : roles.stream().filter(r -> !r.isAdmin()).collect(Collectors.toList()));
ajax.put("posts", postService.selectPostAll());
if (StringUtils.isNotNull(userId))
{
SysUser sysUser = userService.selectUserById(userId);
ajax.put(AjaxResult.DATA_TAG, sysUser);
ajax.put("postIds", postService.selectPostListByUserId(userId));
ajax.put("roleIds", sysUser.getRoles().stream().map(SysRole::getRoleId).collect(Collectors.toList()));
}
return ajax;
}
/**
* 新增用户
*/
@PreAuthorize("@ss.hasPermi('system:user:add')")
@Log(title = "用户管理", businessType = BusinessType.INSERT)
@PostMapping
public AjaxResult add(@Validated @RequestBody SysUser user)
{
if (!userService.checkUserNameUnique(user))
{
return error("新增用户'" + user.getUserName() + "'失败,登录账号已存在");
}
else if (StringUtils.isNotEmpty(user.getPhonenumber()) && !userService.checkPhoneUnique(user))
{
return error("新增用户'" + user.getUserName() + "'失败,手机号码已存在");
}
else if (StringUtils.isNotEmpty(user.getEmail()) && !userService.checkEmailUnique(user))
{
return error("新增用户'" + user.getUserName() + "'失败,邮箱账号已存在");
}
user.setCreateBy(getUsername());
user.setShopId(user.getDeptId());
user.setPassword(SecurityUtils.encryptPassword(user.getPassword()));
return toAjax(userService.insertUser(user));
}
/**
* 修改用户
*/
@PreAuthorize("@ss.hasPermi('system:user:edit')")
@Log(title = "用户管理", businessType = BusinessType.UPDATE)
@PutMapping
public AjaxResult edit(@Validated @RequestBody SysUser user)
{
userService.checkUserAllowed(user);
userService.checkUserDataScope(user.getUserId());
if (!userService.checkUserNameUnique(user))
{
return error("修改用户'" + user.getUserName() + "'失败,登录账号已存在");
}
else if (StringUtils.isNotEmpty(user.getPhonenumber()) && !userService.checkPhoneUnique(user))
{
return error("修改用户'" + user.getUserName() + "'失败,手机号码已存在");
}
else if (StringUtils.isNotEmpty(user.getEmail()) && !userService.checkEmailUnique(user))
{
return error("修改用户'" + user.getUserName() + "'失败,邮箱账号已存在");
}
user.setUpdateBy(getUsername());
return toAjax(userService.updateUser(user));
}
/**
* 删除用户
*/
@PreAuthorize("@ss.hasPermi('system:user:remove')")
@Log(title = "用户管理", businessType = BusinessType.DELETE)
@DeleteMapping("/{userIds}")
public AjaxResult remove(@PathVariable Long[] userIds)
{
if (ArrayUtils.contains(userIds, getUserId()))
{
return error("当前用户不能删除");
}
return toAjax(userService.deleteUserByIds(userIds));
}
/**
* 重置密码
*/
@PreAuthorize("@ss.hasPermi('system:user:resetPwd')")
@Log(title = "用户管理", businessType = BusinessType.UPDATE)
@PutMapping("/resetPwd")
public AjaxResult resetPwd(@RequestBody SysUser user)
{
userService.checkUserAllowed(user);
userService.checkUserDataScope(user.getUserId());
user.setPassword(SecurityUtils.encryptPassword(user.getPassword()));
user.setUpdateBy(getUsername());
return toAjax(userService.resetPwd(user));
}
/**
* 状态修改
*/
@PreAuthorize("@ss.hasPermi('system:user:edit')")
@Log(title = "用户管理", businessType = BusinessType.UPDATE)
@PutMapping("/changeStatus")
public AjaxResult changeStatus(@RequestBody SysUser user)
{
userService.checkUserAllowed(user);
userService.checkUserDataScope(user.getUserId());
user.setUpdateBy(getUsername());
return toAjax(userService.updateUserStatus(user));
}
/**
* 根据用户编号获取授权角色
*/
@PreAuthorize("@ss.hasPermi('system:user:query')")
@GetMapping("/authRole/{userId}")
public AjaxResult authRole(@PathVariable("userId") Long userId)
{
AjaxResult ajax = AjaxResult.success();
SysUser user = userService.selectUserById(userId);
List<SysRole> roles = roleService.selectRolesByUserId(userId);
ajax.put("user", user);
ajax.put("roles", SysUser.isAdmin(userId) ? roles : roles.stream().filter(r -> !r.isAdmin()).collect(Collectors.toList()));
return ajax;
}
/**
* 用户授权角色
*/
@PreAuthorize("@ss.hasPermi('system:user:edit')")
@Log(title = "用户管理", businessType = BusinessType.GRANT)
@PutMapping("/authRole")
public AjaxResult insertAuthRole(Long userId, Long[] roleIds)
{
userService.checkUserDataScope(userId);
userService.insertUserAuth(userId, roleIds);
return success();
}
/**
* 获取部门树列表
*/
@PreAuthorize("@ss.hasPermi('system:user:list')")
@GetMapping("/deptTree")
public AjaxResult deptTree(SysDept dept)
{
return success(deptService.selectDeptTreeList(dept));
}
}

View File

@@ -0,0 +1,183 @@
package com.ruoyi.web.controller.tool;
import java.util.ArrayList;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.PutMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.ruoyi.common.core.controller.BaseController;
import com.ruoyi.common.core.domain.R;
import com.ruoyi.common.utils.StringUtils;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiImplicitParam;
import io.swagger.annotations.ApiImplicitParams;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import io.swagger.annotations.ApiOperation;
/**
* swagger 用户测试方法
*
* @author ruoyi
*/
@Api("用户信息管理")
@RestController
@RequestMapping("/test/user")
public class TestController extends BaseController
{
private final static Map<Integer, UserEntity> users = new LinkedHashMap<Integer, UserEntity>();
{
users.put(1, new UserEntity(1, "admin", "admin123", "15888888888"));
users.put(2, new UserEntity(2, "ry", "admin123", "15666666666"));
}
@ApiOperation("获取用户列表")
@GetMapping("/list")
public R<List<UserEntity>> userList()
{
List<UserEntity> userList = new ArrayList<UserEntity>(users.values());
return R.ok(userList);
}
@ApiOperation("获取用户详细")
@ApiImplicitParam(name = "userId", value = "用户ID", required = true, dataType = "int", paramType = "path", dataTypeClass = Integer.class)
@GetMapping("/{userId}")
public R<UserEntity> getUser(@PathVariable Integer userId)
{
if (!users.isEmpty() && users.containsKey(userId))
{
return R.ok(users.get(userId));
}
else
{
return R.fail("用户不存在");
}
}
@ApiOperation("新增用户")
@ApiImplicitParams({
@ApiImplicitParam(name = "userId", value = "用户id", dataType = "Integer", dataTypeClass = Integer.class),
@ApiImplicitParam(name = "username", value = "用户名称", dataType = "String", dataTypeClass = String.class),
@ApiImplicitParam(name = "password", value = "用户密码", dataType = "String", dataTypeClass = String.class),
@ApiImplicitParam(name = "mobile", value = "用户手机", dataType = "String", dataTypeClass = String.class)
})
@PostMapping("/save")
public R<String> save(UserEntity user)
{
if (StringUtils.isNull(user) || StringUtils.isNull(user.getUserId()))
{
return R.fail("用户ID不能为空");
}
users.put(user.getUserId(), user);
return R.ok();
}
@ApiOperation("更新用户")
@PutMapping("/update")
public R<String> update(@RequestBody UserEntity user)
{
if (StringUtils.isNull(user) || StringUtils.isNull(user.getUserId()))
{
return R.fail("用户ID不能为空");
}
if (users.isEmpty() || !users.containsKey(user.getUserId()))
{
return R.fail("用户不存在");
}
users.remove(user.getUserId());
users.put(user.getUserId(), user);
return R.ok();
}
@ApiOperation("删除用户信息")
@ApiImplicitParam(name = "userId", value = "用户ID", required = true, dataType = "int", paramType = "path", dataTypeClass = Integer.class)
@DeleteMapping("/{userId}")
public R<String> delete(@PathVariable Integer userId)
{
if (!users.isEmpty() && users.containsKey(userId))
{
users.remove(userId);
return R.ok();
}
else
{
return R.fail("用户不存在");
}
}
}
@ApiModel(value = "UserEntity", description = "用户实体")
class UserEntity
{
@ApiModelProperty("用户ID")
private Integer userId;
@ApiModelProperty("用户名称")
private String username;
@ApiModelProperty("用户密码")
private String password;
@ApiModelProperty("用户手机")
private String mobile;
public UserEntity()
{
}
public UserEntity(Integer userId, String username, String password, String mobile)
{
this.userId = userId;
this.username = username;
this.password = password;
this.mobile = mobile;
}
public Integer getUserId()
{
return userId;
}
public void setUserId(Integer userId)
{
this.userId = userId;
}
public String getUsername()
{
return username;
}
public void setUsername(String username)
{
this.username = username;
}
public String getPassword()
{
return password;
}
public void setPassword(String password)
{
this.password = password;
}
public String getMobile()
{
return mobile;
}
public void setMobile(String mobile)
{
this.mobile = mobile;
}
}

View File

@@ -0,0 +1,100 @@
package com.ruoyi.web.controller.tool;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.ByteBufAllocator;
import io.netty.buffer.ByteBufUtil;
import io.netty.buffer.Unpooled;
import java.io.IOException;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.net.Socket;
public class demo {
public static void main(String[] args) {
// socket();
Double A = 0.0;
if(A==0){
System.out.println("11");
}else {
System.out.println("22");
}
//ByteBuf();
// ByteBufCopy();
}
public static void socket() {
try {
Socket socket = new Socket("localhost", 8848);
OutputStream outputStream = socket.getOutputStream();
PrintWriter printWriter = new PrintWriter(outputStream);
printWriter.write("$tmb00035ET3318/08/22 11:5804029.94,027.25,20.00,20.00$");
printWriter.flush();
socket.shutdownOutput();
socket.close();
} catch (IOException e) {
e.printStackTrace();
}
}
public static void ByteBuf() {
ByteBuf buf = ByteBufAllocator.DEFAULT.buffer();
buf.writeBytes(new byte[]{1, 2, 3, 4, 5, 6, 7, 8, 9, 10});
log(buf);
//从buf这个总的数据中分别拆分5个字节保存到两个ByteBuf中
//零拷贝机制 (浅克隆)
// ByteBuf bb1 = buf.slice(0, 5);
// ByteBuf bb2 = buf.slice(5, 5);
// log(bb1);
// log(bb2);
byte b = buf.readByte();
byte i1 = buf.readByte();
//废弃字节,释放已经读过的字节空间
ByteBuf byteBuf = buf.discardReadBytes();
int i2 = byteBuf.readByte();
System.out.println(b + "----" + i1 + "---" + i2);
System.out.println("修改原始数据");
buf.setByte(2, 8);
log(buf);
}
public static void ByteBufCopy() {
ByteBuf header = ByteBufAllocator.DEFAULT.buffer();
header.writeBytes(new byte[]{1, 2, 3, 4, 5});
ByteBuf body = ByteBufAllocator.DEFAULT.buffer();
body.writeBytes(new byte[]{6, 7, 8, 9, 10});
/* ByteBuf total= Unpooled.buffer(header.readableBytes()+body.readableBytes());
total.writeBytes(header);
total.writeBytes(body);*/
//从逻辑成面构建了一个总的buf数据。
//第二个零拷贝实现
//通过CompositeByteBuf构建了一个逻辑整体里面仍然是两个真实对象也就是有一个指针指向了同一个对象所以这里类似于浅拷贝的实现
/* CompositeByteBuf compositeByteBuf=Unpooled.compositeBuffer();
compositeByteBuf.addComponents(true,header,body);
log(compositeByteBuf);*/
//Unpooled
ByteBuf total = Unpooled.wrappedBuffer(header, body);
log(total);
header.setByte(2, 9);
log(total);
}
private static void log(ByteBuf buf) {
StringBuilder sb = new StringBuilder();
sb.append(" read index:").append(buf.readerIndex()); //读索引
sb.append(" write index:").append(buf.writerIndex()); //写索引
sb.append(" capacity :").append(buf.capacity()); //容量
ByteBufUtil.appendPrettyHexDump(sb, buf);
System.out.println(sb);
}
}

View File

@@ -0,0 +1,126 @@
package com.ruoyi.web.core.config;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import com.ruoyi.common.config.RuoYiConfig;
import io.swagger.annotations.ApiOperation;
import io.swagger.models.auth.In;
import springfox.documentation.builders.ApiInfoBuilder;
import springfox.documentation.builders.PathSelectors;
import springfox.documentation.builders.RequestHandlerSelectors;
import springfox.documentation.service.ApiInfo;
import springfox.documentation.service.ApiKey;
import springfox.documentation.service.AuthorizationScope;
import springfox.documentation.service.Contact;
import springfox.documentation.service.SecurityReference;
import springfox.documentation.service.SecurityScheme;
import springfox.documentation.spi.DocumentationType;
import springfox.documentation.spi.service.contexts.SecurityContext;
import springfox.documentation.spring.web.plugins.Docket;
/**
* Swagger2的接口配置
*
* @author ruoyi
*/
@Configuration
public class SwaggerConfig {
/**
* 系统基础配置
*/
@Autowired
private RuoYiConfig ruoyiConfig;
/**
* 是否开启swagger
*/
@Value("${swagger.enabled}")
private boolean enabled;
/**
* 设置请求的统一前缀
*/
@Value("${swagger.pathMapping}")
private String pathMapping;
/**
* 创建API
*/
@Bean
public Docket createRestApi() {
return new Docket(DocumentationType.OAS_30)
// 是否启用Swagger
.enable(enabled)
// 用来创建该API的基本信息展示在文档的页面中自定义展示的信息
.apiInfo(apiInfo())
// 设置哪些接口暴露给Swagger展示
.select()
// 扫描所有有注解的api用这种方式更灵活
.apis(RequestHandlerSelectors.withMethodAnnotation(ApiOperation.class))
// 扫描指定包中的swagger注解
// .apis(RequestHandlerSelectors.basePackage("com.ruoyi.project.tool.swagger"))
// 扫描所有 .apis(RequestHandlerSelectors.any())
.paths(PathSelectors.any())
.build()
/* 设置安全模式swagger可以设置访问token */
.securitySchemes(securitySchemes())
.securityContexts(securityContexts())
.pathMapping(pathMapping);
}
/**
* 安全模式这里指定token通过Authorization头请求头传递
*/
private List<SecurityScheme> securitySchemes() {
List<SecurityScheme> apiKeyList = new ArrayList<SecurityScheme>();
apiKeyList.add(new ApiKey("Authorization", "Authorization", In.HEADER.toValue()));
return apiKeyList;
}
/**
* 安全上下文
*/
private List<SecurityContext> securityContexts() {
List<SecurityContext> securityContexts = new ArrayList<>();
securityContexts.add(
SecurityContext.builder()
.securityReferences(defaultAuth())
.operationSelector(o -> o.requestMappingPattern().matches("/.*"))
.build());
return securityContexts;
}
/**
* 默认的安全上引用
*/
private List<SecurityReference> defaultAuth() {
AuthorizationScope authorizationScope = new AuthorizationScope("global", "accessEverything");
AuthorizationScope[] authorizationScopes = new AuthorizationScope[1];
authorizationScopes[0] = authorizationScope;
List<SecurityReference> securityReferences = new ArrayList<>();
securityReferences.add(new SecurityReference("Authorization", authorizationScopes));
return securityReferences;
}
/**
* 添加摘要信息
*/
private ApiInfo apiInfo() {
// 用ApiInfoBuilder进行定制
return new ApiInfoBuilder()
// 设置标题
.title("接口文档")
// 描述
.description("描述:用于管理集团旗下公司的人员信息,具体包括XXX,XXX模块...")
// 作者信息
.contact(new Contact(ruoyiConfig.getName(), null, null))
// 版本
.version("版本号:" + ruoyiConfig.getVersion())
.build();
}
}

View File

@@ -0,0 +1 @@
restart.include.json=/com.alibaba.fastjson.*.jar

View File

@@ -0,0 +1,86 @@
# 数据源配置
spring:
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driverClassName: com.mysql.cj.jdbc.Driver
# driverClassName: org.mariadb.jdbc.Driver
druid:
# 主库数据源
master:
url: jdbc:mysql://43.136.31.205:3306/ygsx?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username: ygsx
password: Aije2zrwC57DfMkG
# url: jdbc:mysql://43.136.31.205:3306/yami_shops?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
# username: yami_shops
# password: LmBK6pR2wb35ceZh
# 从库数据源
slave:
# 从数据源开关/默认关闭
enabled: false
url:
username:
password:
# 初始连接数
initialSize: 5
# 最小连接池数量
minIdle: 10
# 最大连接池数量
maxActive: 20
# 配置获取连接等待超时的时间
maxWait: 60000
# 配置连接超时时间
connectTimeout: 30000
# 配置网络超时时间
socketTimeout: 60000
# 配置间隔多久才进行一次检测,检测需要关闭的空闲连接,单位是毫秒
timeBetweenEvictionRunsMillis: 60000
# 配置一个连接在池中最小生存的时间,单位是毫秒
minEvictableIdleTimeMillis: 300000
# 配置一个连接在池中最大生存的时间,单位是毫秒
maxEvictableIdleTimeMillis: 900000
# 配置检测连接是否有效
validationQuery: SELECT 1 FROM DUAL
testWhileIdle: true
testOnBorrow: false
testOnReturn: false
webStatFilter:
enabled: true
statViewServlet:
enabled: true
# 设置白名单,不填则允许所有访问
allow:
url-pattern: /druid/*
# 控制台管理用户名和密码
login-username: ruoyi
login-password: 123456
filter:
stat:
enabled: true
# 慢SQL记录
log-slow-sql: true
slow-sql-millis: 1000
merge-sql: true
wall:
config:
multi-statement-allow: true
# redis 配置
redis:
# 地址
host: 43.136.31.205
# 端口默认为6379
port: 6379
# 数据库索引
database: 0
password: ygyx8888Redis
# 连接超时时间
timeout: 10s
lettuce:
pool:
# 连接池中的最小空闲连接
min-idle: 0
# 连接池中的最大空闲连接
max-idle: 8
# 连接池的最大数据库连接数
max-active: 8
# #连接池最大阻塞等待时间(使用负值表示没有限制)
max-wait: -1ms

View File

@@ -0,0 +1,190 @@
# 项目相关配置
ruoyi:
# 名称
name: RuoYi
# 版本
version: 3.8.6
# 版权年份
copyrightYear: 2023
# 实例演示开关
demoEnabled: true
# 文件路径 示例( Windows配置D:/ruoyi/uploadPathLinux配置 /home/ruoyi/uploadPath
profile: D:/ruoyi/uploadPath
# 获取ip地址开关
addressEnabled: false
# 验证码类型 math 数字计算 char 字符验证
captchaType: math
# 开发环境配置
server:
# 服务器的HTTP端口默认为8080
port: 8085
servlet:
# 应用的访问路径
context-path: /
tomcat:
# tomcat的URI编码
uri-encoding: UTF-8
# 连接数满后的排队数默认为100
accept-count: 1000
threads:
# tomcat最大线程数默认为200
max: 800
# Tomcat启动初始化的线程数默认值10
min-spare: 100
# 日志配置
logging:
level:
com.ruoyi: debug
org.springframework: warn
# 用户配置
user:
password:
# 密码最大错误次数
maxRetryCount: 5
# 密码锁定时间默认10分钟
lockTime: 10
# Spring配置
spring:
# 资源信息
messages:
# 国际化资源文件路径
basename: i18n/messages
profiles:
active: druid
# 文件上传
servlet:
multipart:
# 单个文件大小
max-file-size: 10MB
# 设置总上传的文件大小
max-request-size: 20MB
# 服务模块
devtools:
restart:
# 热部署开关
enabled: false
# token配置
token:
# 令牌自定义标识
header: Authorization
# 令牌密钥
secret: abcdefghijklmnopqrstuvwxyz
# 令牌有效期默认30分钟
expireTime: 30
## MyBatis配置
#mybatis:
# # 搜索指定包别名
# typeAliasesPackage: com.ruoyi.**.domain
# # 配置mapper的扫描找到所有的mapper.xml映射文件
# mapperLocations: classpath*:mapper/**/*Mapper.xml
# # 加载全局的配置文件
# configLocation: classpath:mybatis/mybatis-config.xml
mybatis-plus:
# 指定实体类所在包的路径MyBatis-Plus 会自动扫描该路径下的实体类
typeAliasesPackage: com.ruoyi.**.domain
# 指定 Mapper 接口所在包的路径MyBatis-Plus 会自动扫描该路径下的 Mapper 接口
mapperLocations: classpath*:mapper/**/*Mapper.xml
# 指定 MyBatis 全局配置文件的位置
# configLocation: classpath:mybatis/mybatis-config.xml
configuration:
#在映射实体或者属性时,将数据库中表名和字段名中的下划线去掉,按照驼峰命名法映射
map-underscore-to-camel-case: true
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
global-config:
db-config:
id-type: AUTO
# PageHelper分页插件
pagehelper:
helperDialect: mysql
supportMethodsArguments: true
params: count=countSql
# Swagger配置
swagger:
# 是否开启swagger
enabled: true
# 请求前缀
pathMapping: /
# 防止XSS攻击
xss:
# 过滤开关
enabled: true
# 排除链接(多个用逗号分隔)
excludes: /system/notice
# 匹配链接
urlPatterns: /system/*,/monitor/*,/tool/*
weixin:
#appid: wx7518400eeffaeac0
#secret: bd06fdec4335ca6600dac23cd30d9bfe
#mch-id: 1712262760
#mch-serial-no: 49D19119FC1DF4BC78A949380DACCDF8CF5B49F5
#api-v3key: PUdiazcXXOXtGTXcBmulsRiFliWxbmUf
#package-name: Sign=WXPay
#notify-url: https://ygyx.tashowz.com/p/pay/callback
appid: wxbaf1ebff9086ba2a
secret: bb323f7e812b7de68504839c416e121b
mch-id: 1717077975
mch-serial-no: 6B152DA761E83C9DBD475432C1C2C01D9D5A1B64
api-v3key: RJy16FrDXFsOXA1BnzSKMNEOx0Sf4Xhr
package-name: Sign=WXPay
notify-url: https://ygyx.tashowz.com/p/pay/callback
# notify-url: http://v4368262.natappfree.cc/p/pay/callback
public-key-id: PUB_KEY_ID_0117170779752025051500351958000803
key-path: classpath:cert/apiclient_key.pem
cert-path: classpath:cert/apiclient_cert.pem
public-key: classpath:cert/pub_key.pem
guomchId: 1652719901
guomch-serial-no: 42E0E6DCE1D1AAD2EACC8E6C3F9B58DBDC9CFF61
guoapi-v3key: UiKhk3C4KqBX6gRedobj6SfNsTsQm6xr
guopackage-name: Sign=WXPay
guokey-path: classpath:cert/apiclient_guo_key.pem
guocert-path: classpath:cert/apiclient_guo_cert.pem
# guonotify-url: http://fhhkvn.natappfree.cc/p/pay/guoCallback
guonotify-url: https://ygyx.tashowz.com/p/pay/guoCallback
refund_notify-url: https://ygyx.tashowz.com/p/pay/refundCallback
# refund_notify-url: http://fhhkvn.natappfree.cc/p/pay/refundCallback
private-key: |
-----BEGIN PRIVATE KEY-----
MIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQC44dV74NGswVLf
Q4joDxEHSMUItyXSE+I+s2pj7OnmgJIS35ypDBFORg+bt9v/4cUrfl8TPmdoSg5Q
nKMBx8XYT2INOncjTNZ8zozWYHYfkdivLnRJsngFWn4KPa2S0FhstW13Lsweg86E
dNNKrUEOvE31F3xNb8Kab0kuVTX2Q1QgziXm9fGDTxpcz+4B6DlRfuVH0aZl1rX9
Z4Lqhy7XdcqcUWD5dMOcDwqwbfxIZ4RSlZC0GAqPJrOb4097cz/LVzpay+Ds1vMQ
Eadg6PmdCAIPrlRXzg/YEX+Zh6N84KoWOlz8CnEDsx1EX90YNPlqlsGHRsntF59L
KvaMbso5AgMBAAECggEABKnFjbNU9ouFwJXefSPsJQfj2F1uOcdAnJ4/37dZCvRR
OuKi++yO/y9rM11G0kRqibdNRJn9V7cOd2AMCH52cgdGjNjdqmlEu68mBD44nIE8
OubsDfPPbSskJLP7jcltgYht82Sdx2NBsTuVHLwT+QAs4zKtcvKPsP9/lAiYLNbo
7MLdukzxZw3rtBEaJ0mC44h1ocwpGFZkbTBN5Pdd8jOJavhpfDvtSoQrOudyEHFb
zMUHUjpC9FlYLp4dDWHJPzrdyD7aglpLKngLZ8ddVfT68JlXd5gr5p+VIVVmIU9e
+uo2xRINBMzyUdjYtZvKDrUkHlDWVnEEIBoQdrjGgQKBgQDfjMnYvtYCHmuUJ1X8
Rxb5HWzOgIyefsfrQIB0u0z9YoZtl50ZxMKyd15kvrYkJn5JKeNV9a3qIGj3jdB8
3qCJc9Yc7N7/UV8Z7YOtZCrppt1dv4gxFpBVX/51RNpr59cnd9krErLvVJJpU48v
7NAFLWFZHHX3VUT+jZOCR0co6QKBgQDTuCJFO4jT+4bzFZpuzesWOg6AXCG8tqmy
zEbAjYCsLj1SaJ8lMHNDaEwFpHz/pD79z4SHXWAv0zSXqpnrn/INr5uYiJ6OGbe6
qZGO2DqPXqejS03t1amYlZRlGPhB2UHWg46e5VfNcEGERdAgKto+CPyY+cR8mNog
9GLdnWTE0QKBgQCiwTvLg9UHoeIs8R6XF6LQJ+4pwkmesysWSdW8Jwl8iRjZ/UIx
mqEtkd61dmvhkezrk4Wh9cZy6LnDUgpyfxteN2mxkXshY7rbg6MUwBLGHeiY8nNT
WdwnbEY0Vra3TQnGAGmqBGkl+erGqEFdYQpqWom/eQsh0YDz21uDxCU40QKBgQCH
WXsHOZUyt+VA9/mfhqMYtYrZwoyK4VfBh1hf9tZgvLrVOS8sjjnRyRZ4sPx8Tds7
VXQLOcWpLWO85gK6oKkU2MQnEogSnhxYB9mXMWLWjxOqkBTEzEg81Ltmmjzzk9nE
Mpx1tnaYToCD+EGinuKgsAwUG/DiGrGwSav+s4VdUQKBgQCqHMEbj3YnTxTtfdkx
dsbfzIMBVKB7g0PDPD8tExbpCs9qW9yQ+73JCQVKliHIOMnm0BI9muh8qRqtSQxj
SPChZ55wHVIl7dee3GPjPbvZQ1qY8e50e//lEaDpyE7GZZwFr2JYALRTxKd7Q6jb
f6iX6Ms7/MDy+ALpNfxCcPLH6g==-----END PRIVATE KEY-----

View File

@@ -0,0 +1,25 @@
-----BEGIN CERTIFICATE-----
MIIEKDCCAxCgAwIBAgIUaxUtp2HoPJ29R1QywcLAHZ1aG2QwDQYJKoZIhvcNAQEL
BQAwXjELMAkGA1UEBhMCQ04xEzARBgNVBAoTClRlbnBheS5jb20xHTAbBgNVBAsT
FFRlbnBheS5jb20gQ0EgQ2VudGVyMRswGQYDVQQDExJUZW5wYXkuY29tIFJvb3Qg
Q0EwHhcNMjUwNTE1MDk1OTM5WhcNMzAwNTE0MDk1OTM5WjCBgTETMBEGA1UEAwwK
MTcxNzA3Nzk3NTEbMBkGA1UECgwS5b6u5L+h5ZWG5oi357O757ufMS0wKwYDVQQL
DCTnpo/lt57mmJPotK3kvJjkuqvnp5HmioDmnInpmZDlhazlj7gxCzAJBgNVBAYT
AkNOMREwDwYDVQQHDAhTaGVuWmhlbjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC
AQoCggEBAKI8i5FihQk4788PwjVHL2W5fsGgaqudBvhqb3ZQTQq2zdymrRqaoHqQ
GJxxsO2MhCEWGEiMe3C0x4AvGdaiDGdK6Q8Tp/aamiJqJE4nwXKNI6giXiTQFGcY
wnw/jo2Vze9cq0Wtx7Km4dqhxHxJRRCu2L/NqGLRF/JEeWPW9B7WkSjWavua/Ez7
B1qbwQpFCzF4r6syK3LmGpAc2pJ3qogP5oth4U04dMdht6+44vcoO6i9L7YBmOvj
Rvo4sinHyBvoXggWnC1UVkqwU2jN3XTSGg+GfTAM+J6ZzC/8czj9mycRU/Ny9GHv
vlMNfW3sjF5TswBrd+0sRsgGyVafCRsCAwEAAaOBuTCBtjAJBgNVHRMEAjAAMAsG
A1UdDwQEAwID+DCBmwYDVR0fBIGTMIGQMIGNoIGKoIGHhoGEaHR0cDovL2V2Y2Eu
aXRydXMuY29tLmNuL3B1YmxpYy9pdHJ1c2NybD9DQT0xQkQ0MjIwRTUwREJDMDRC
MDZBRDM5NzU0OTg0NkMwMUMzRThFQkQyJnNnPUhBQ0M0NzFCNjU0MjJFMTJCMjdB
OUQzM0E4N0FEMUNERjU5MjZFMTQwMzcxMA0GCSqGSIb3DQEBCwUAA4IBAQBeyD+y
W2cC7vJKNTiNSC3kzNataj7h13bif0X7Gep5yxfg6aLql28+DtVM580s72HyYD73
DZ2CK19tlLA+OHEBcLGWbPI602UYby1apTD7coFJVu/BuvchH/Rz1PpA5pAq2vHI
harpCNEgdqSGZJG+2IICKOUT8atzbd/YsbBL67bPXcotsX1fjv/dc1Gr7W+mjtL+
OhZ2Ym4Alx5i8Q4l81n+Xm4mkJ34Ed69wBVQ1Z5lf6Q/6T2OJXt2Vaa1Jya5Wu3b
1mw4S4nEGpNfiVPAcYdq5zWH6Qfjf5dk9q6vQF6qq5tpMDxfC8OJoUBmKDyyPeKh
AkpqpPh/5jfWXQF/
-----END CERTIFICATE-----

View File

@@ -0,0 +1,28 @@
-----BEGIN PRIVATE KEY-----
MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCiPIuRYoUJOO/P
D8I1Ry9luX7BoGqrnQb4am92UE0Kts3cpq0amqB6kBiccbDtjIQhFhhIjHtwtMeA
LxnWogxnSukPE6f2mpoiaiROJ8FyjSOoIl4k0BRnGMJ8P46Nlc3vXKtFrceypuHa
ocR8SUUQrti/zahi0RfyRHlj1vQe1pEo1mr7mvxM+wdam8EKRQsxeK+rMity5hqQ
HNqSd6qID+aLYeFNOHTHYbevuOL3KDuovS+2AZjr40b6OLIpx8gb6F4IFpwtVFZK
sFNozd100hoPhn0wDPiemcwv/HM4/ZsnEVPzcvRh775TDX1t7IxeU7MAa3ftLEbI
BslWnwkbAgMBAAECggEAN1b1uLLldF7iljvm4CuXBFkA3uVsXXujzArqWG5NyVDP
6etE8uU5xnTuoDa7xlv/GhYiVGTvGmPgBV6LrsX5+yX3V7g5vAnCd+jC15ICD6QL
PKf0exQrUXuFo8I+SxeFdpeiqJL9ongAZIZ3snl/wJATyWFKheKTC4XF7oN9JCM7
oPzJk481hEhpLCnG+ZJCljrcq8xkP2yn4IcRnL7EjkcECOvtpp7YbijhxNuxrQwH
JrRYZcH2+c49TbiBOr659Fj+O21NGXTuVmpT44Fjo+tfb8MmIynTMYaQrjV5PD4b
GetCjgD0kKPiTtEn1La5aRjIr7saLNwEbXbgFstDQQKBgQDTm2JFKZNVVeQOJoQ7
mZu4qwPgskQGslEsiYV6eTxhEJka1ZYW2lYeJnjK1t+Pj3gzxCraKNFS+nqIv0W1
Yj2tHnFm1hfTI5I3z61KhyFWNJLpbETmOqV/VyvH4ID0Iv5uapYgKJDat9GOk5xl
Mi/7NzfJvvvxAnwnRpSvBqYX+wKBgQDERai0Om+2OXmxOUevXD2ViMOtN47meCD0
yqGoRL5ERGIq+f2ZPxsacGLOHS/HcmMERvgmJAwockVytSPCoB+nru4ua+No9lAq
sgSCKscSR/EwcQXcAg8BmDZBulXWq7vS95E34LFPXZfk++C9eDqaBLHfPbRxlTkA
H3CM7G5pYQKBgQC+C4B/ky5iZshyOP9rs7KacOUDqbbUuNOUh1Icw8OJfWm0Iv0w
Oxk67Nxxd/fCrFyNSXIfCqesuY7RP8+wbrHryDqa3E77bqgEff0pwSEclg0XnQho
KWW3bye/1I6cNM2DhzCbYzNta8fGICZG8IMNQPNWurL1KoEsmQQyCWukfwKBgG19
rq9cKhWt2oVTPvpEqtZQhViMNdu8CCaHI8eLEdljjKAM9bwXyDbnmzcAcTcCSNqJ
/MTKNz4ZAUUMZ/aa/Q2+OIENDr/vKKmoxXsYAhXgrFwpsOsa+uQY1au1F026X/1A
vnI9lqx/ucyz9pu8BnUFSXUQJyl15WZ8I316J94BAoGAT/K+yjFOT4Cxl6EHQ7JV
YAgXTMauqNpxW82HiMmjxZBdUda/uvp08Soenn+NJelYiJHKW5NZaUeFJwFCOp9U
s3+jR88SsAanxWKsEYDFTo8LPOZdyE89rlJC5Qk/Vid0m0iudsjBTdVPNXB1PzhJ
oFlKzD3F2IdhU97BS5z9a/g=
-----END PRIVATE KEY-----

View File

@@ -0,0 +1,9 @@
-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAryoh+5AFxoHzJpoEaHww
+AQhlfVhtNs676+KdBVxxX86txh6BaRwQgnsK8D27xbHdiwlltKwXkmaByWL+g/q
wDiaDm2waCXZesFJn25d1bEPsC/wdBVGiR57JRYFz9r3TFTtc6gvgLM9VeaY4AlD
8DnWUrP6IdiyZGlSlWW/Zvs1q2OvShpaKwJYAWrQ0MZBpjt3NtuuTNA8yjcRtT1e
dTDuO0mYhY+uPmNtuaYZg5KV0z2MVmLRAkUEh8sIX9sbzDvrZ8exUuZCYuAAr8Jn
Qx6EbZCZLh1jWq2YcukDakPs37lHFiPuFtwmloXm3QWVNUhTePIOnLxNCZYMCMBr
HwIDAQAB
-----END PUBLIC KEY-----

View File

@@ -0,0 +1,38 @@
#错误消息
not.null=* 必须填写
user.jcaptcha.error=验证码错误
user.jcaptcha.expire=验证码已失效
user.not.exists=用户不存在/密码错误
user.password.not.match=用户不存在/密码错误
user.password.retry.limit.count=密码输入错误{0}次
user.password.retry.limit.exceed=密码输入错误{0}次,帐户锁定{1}分钟
user.password.delete=对不起,您的账号已被删除
user.blocked=用户已封禁,请联系管理员
role.blocked=角色已封禁,请联系管理员
login.blocked=很遗憾访问IP已被列入系统黑名单
user.logout.success=退出成功
length.not.valid=长度必须在{min}到{max}个字符之间
user.username.not.valid=* 2到20个汉字、字母、数字或下划线组成且必须以非数字开头
user.password.not.valid=* 5-50个字符
user.email.not.valid=邮箱格式错误
user.mobile.phone.number.not.valid=手机号格式错误
user.login.success=登录成功
user.register.success=注册成功
user.notfound=请重新登录
user.forcelogout=管理员强制退出,请重新登录
user.unknown.error=未知错误,请重新登录
##文件上传消息
upload.exceed.maxSize=上传的文件大小超出限制的文件大小!<br/>允许的文件最大大小是:{0}MB
upload.filename.exceed.length=上传的文件名最长{0}个字符
##权限
no.permission=您没有数据的权限,请联系管理员添加权限 [{0}]
no.create.permission=您没有创建数据的权限,请联系管理员添加权限 [{0}]
no.update.permission=您没有修改数据的权限,请联系管理员添加权限 [{0}]
no.delete.permission=您没有删除数据的权限,请联系管理员添加权限 [{0}]
no.export.permission=您没有导出数据的权限,请联系管理员添加权限 [{0}]
no.view.permission=您没有查看数据的权限,请联系管理员添加权限 [{0}]

View File

@@ -0,0 +1,93 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<!-- 日志存放路径 -->
<property name="log.path" value="/home/ruoyi/logs" />
<!-- 日志输出格式 -->
<property name="log.pattern" value="%d{HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n" />
<!-- 控制台输出 -->
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>${log.pattern}</pattern>
</encoder>
</appender>
<!-- 系统日志输出 -->
<appender name="file_info" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>${log.path}/sys-info.log</file>
<!-- 循环政策:基于时间创建日志文件 -->
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<!-- 日志文件名格式 -->
<fileNamePattern>${log.path}/sys-info.%d{yyyy-MM-dd}.log</fileNamePattern>
<!-- 日志最大的历史 60天 -->
<maxHistory>60</maxHistory>
</rollingPolicy>
<encoder>
<pattern>${log.pattern}</pattern>
</encoder>
<filter class="ch.qos.logback.classic.filter.LevelFilter">
<!-- 过滤的级别 -->
<level>INFO</level>
<!-- 匹配时的操作:接收(记录) -->
<onMatch>ACCEPT</onMatch>
<!-- 不匹配时的操作:拒绝(不记录) -->
<onMismatch>DENY</onMismatch>
</filter>
</appender>
<appender name="file_error" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>${log.path}/sys-error.log</file>
<!-- 循环政策:基于时间创建日志文件 -->
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<!-- 日志文件名格式 -->
<fileNamePattern>${log.path}/sys-error.%d{yyyy-MM-dd}.log</fileNamePattern>
<!-- 日志最大的历史 60天 -->
<maxHistory>60</maxHistory>
</rollingPolicy>
<encoder>
<pattern>${log.pattern}</pattern>
</encoder>
<filter class="ch.qos.logback.classic.filter.LevelFilter">
<!-- 过滤的级别 -->
<level>ERROR</level>
<!-- 匹配时的操作:接收(记录) -->
<onMatch>ACCEPT</onMatch>
<!-- 不匹配时的操作:拒绝(不记录) -->
<onMismatch>DENY</onMismatch>
</filter>
</appender>
<!-- 用户访问日志输出 -->
<appender name="sys-user" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>${log.path}/sys-user.log</file>
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
<!-- 按天回滚 daily -->
<fileNamePattern>${log.path}/sys-user.%d{yyyy-MM-dd}.log</fileNamePattern>
<!-- 日志最大的历史 60天 -->
<maxHistory>60</maxHistory>
</rollingPolicy>
<encoder>
<pattern>${log.pattern}</pattern>
</encoder>
</appender>
<!-- 系统模块日志级别控制 -->
<logger name="com.ruoyi" level="info" />
<!-- Spring日志级别控制 -->
<logger name="org.springframework" level="warn" />
<root level="info">
<appender-ref ref="console" />
</root>
<!--系统操作日志-->
<root level="info">
<appender-ref ref="file_info" />
<appender-ref ref="file_error" />
</root>
<!--系统用户操作日志-->
<logger name="sys-user" level="info">
<appender-ref ref="sys-user"/>
</logger>
</configuration>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE configuration
PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-config.dtd">
<configuration>
<!-- 全局参数 -->
<settings>
<!-- 使全局的映射器启用或禁用缓存 -->
<setting name="cacheEnabled" value="true" />
<!-- 允许JDBC 支持自动生成主键 -->
<setting name="useGeneratedKeys" value="true" />
<!-- 配置默认的执行器.SIMPLE就是普通执行器;REUSE执行器会重用预处理语句(prepared statements);BATCH执行器将重用语句并执行批量更新 -->
<setting name="defaultExecutorType" value="SIMPLE" />
<!-- 指定 MyBatis 所用日志的具体实现 -->
<setting name="logImpl" value="SLF4J" />
<!-- 使用驼峰命名法转换字段 -->
<!-- <setting name="mapUnderscoreToCamelCase" value="true"/> -->
</settings>
</configuration>