14 Commits
Author SHA1 Message Date
hello-hao 2997d9ee72 :bug:修复问题优化代码 2022-03-17 13:42:57 +08:00
hello-hao c754825b93 📝 2022-02-27 16:52:02 +08:00
hello-hao 723a9c15ab 📝 2022-02-27 16:49:08 +08:00
hello-hao 4c6a19a4ab 🔖 2022-02-21 19:01:38 +08:00
hello-hao d09b5c2656 :bug:修复个人相册显示所有图片的错误逻辑,修复图像筛选功能,新增部分功能 2022-02-21 18:45:41 +08:00
hello-hao 68f175679f 🔖 2022-02-21 18:37:53 +08:00
hello-hao 43cfc832a8 :bug:紧急修复多个对象存储上传失败问题 2022-02-16 16:53:31 +08:00
hello-hao 6df3267b18 📝 2022-02-16 16:50:53 +08:00
hello-hao b0562203c2 📝 2022-02-11 14:14:11 +08:00
hello-hao 995582f7c6 📝 2022-02-08 13:41:13 +08:00
hello-hao e347ec2367 📝 2022-02-08 13:39:32 +08:00
hello-hao ffcd4dbf40 :bug:修复添加分发群组数据保存不全 2022-01-27 11:28:22 +08:00
hello-hao 6ee1673d83 :sparkles:分发群组/图像鉴别 2022-01-27 11:27:23 +08:00
hello-hao 7b0db6fe16 📝 2022-01-27 11:24:20 +08:00
17 changed files with 161 additions and 119 deletions
+44 -27
View File
@@ -1,6 +1,7 @@
# Hellohao图像托管程序 - 也许这会是最优秀的图床程序
![banner.png](http://img.wwery.com/Hellohao/HqXVDR2b.png)
![宣传图Banner](https://upload.cc/i1/2022/02/11/HSg5tX.png)
![Visual Studio Marketplace Rating (Stars)](https://img.shields.io/visual-studio-marketplace/stars/ritwickdey.LiveServer?style=flat-square)
![https://img.shields.io/badge/license-AGPL-blue.svg?style=flat-square](https://img.shields.io/badge/license-AGPL-blue.svg?longCache=true&style=flat-square)
@@ -23,41 +24,45 @@
Core版:`本地`,`阿里OSS`,`又拍USS`,`七牛KODO`,`腾讯COS`,`网易NOS`,`U-File`,`FTP`,`Backblaze(B2)`,`百度云BOS`,`青云Qingstor`,`Ucloud US3`,`Minio`,`AWS S3`
### 更新日志 `20211229`
### 更新日志 `20220221`
- [x] 优化上传图片的响应头和返回值判断逻辑
- [x] 后台菜单添加返回首页项
- [x] 优化了页面组件显示问题
- **新增** 批量URL上传功能
- **新增** 批量复制嵌入代码,并且可自定义批量嵌入代码的格式
- **修复** 个人相册显示所有图像的错误逻辑
- **修复** 修复相册显示多有图片的问题,优化相册筛选功能
- **修复** 首页一键复制功能部分情况下出现undefined
- **修改** 存储源维护页面的页面UI
- **修改** 个人相册页面显示逻辑,管理员默认显示自己的图像
- **优化** 个人相册中显示性能
- **修复/优化** 程序多个BUG和页面问题
### 引导
> 目前`*.hellohao.cn`在国内多个省被运营商劫持,部分省市打不开,恢复时间尚不明确。
> 迫于无奈,我已经准备了备用域名,后续陆续添加备用域名。
> 如:`xxx.hellohao.cn`打不开,请尝试访问`xxx.wwery.com`
程序宣传视频:[自制宣传视频](https://www.bilibili.com/video/BV11r4y1y7mH/)
开源版编译包下载: [下载开源版程序包](https://github.com/Hello-hao/Tbed/releases/)
官网(含Core版)[http://Tbed.wwery.com](http://Tbed.wwery.com)
[^_^]:官网(含Core版)[https://tbed.hellohao.cn](https://tbed.hellohao.cn)
前端源码:[https://github.com/Hello-hao/tbed-web](https://github.com/Hello-hao/tbed-web)
[^_^]:前端源码:[https://github.com/Hello-hao/tbed-web](https://github.com/Hello-hao/tbed-web)
文档地址:[http://doc.hellohao.cn](http://doc.hellohao.cn)
[^_^]:文档地址:[https://doc.hellohao.cn](https://doc.hellohao.cn)
程序展示:[http://tc.hellohao.cn](http://tc.hellohao.cn)
[^_^]:程序展示:[https://tc.hellohao.cn](https://tc.hellohao.cn)
作者博客:[http://www.hellohao.cn](http://www.hellohao.cn)
[^_^]:作者博客:[https://www.hellohao.cn](https://www.hellohao.cn)
--- **备用地址** ---
域名`hellohao.cn`目前正在转移备案,请使用一下备用地址进行访问
文档地址(备用)[http://doc.wwery.com](http://doc.wwery.cn)
--- **备用地址** ---
官网(含Core版)(备用)[http://Tbed.wwery.com](http://Tbed.wwery.com)
官网(含Core版)(备用)[http://tbed.wwery.com](http://tbed.wwery.com)
文档地址(备用)[http://doc.wwery.com](http://doc.wwery.com)
程序展示(备用)[http://tc.wwery.com](http://tc.wwery.com)
作者博客(备用)[http://www.wwery.com](http://www.wwery.com)
[^_^]:作者博客(备用)[http://www.wwery.com](http://www.wwery.com)
@@ -68,7 +73,11 @@ Core版:`本地`,`阿里OSS`,`又拍USS`,`七牛KODO`,`腾讯COS`,`网易NOS`,
- 个人相册浏览,图像详细资料展示卡片
- 支持 图片拖拽、截图直接(Ctrl+V)和URL地址上传
- 支持 图片拖拽、截图直接(Ctrl+V)
- 支持URL地址批量上传
- 一键复制嵌入式链接代码,也可以自定义嵌入式代码格式
- 对接邮箱服务,注册/找回密码等功能
@@ -100,15 +109,21 @@ Core版:`本地`,`阿里OSS`,`又拍USS`,`七牛KODO`,`腾讯COS`,`网易NOS`,
### 系统预览
![首页](http://img.wwery.com/Hellohao/xI9TSKcI.png)
![首页](https://upload.cc/i1/2022/02/11/t2wCEF.png)
![控制台详情](http://img.wwery.com/Hellohao/klytOMWr.png)
![控制台详情](https://upload.cc/i1/2022/02/11/Al8UrH.png)
![相册](http://img.wwery.com/Hellohao/2UQkXTHw.png)
![相册](https://upload.cc/i1/2022/02/11/2LhEHJ.png)
![多存储源](http://img.wwery.com/Hellohao/xXSMlsTg.png)
![多存储源](https://upload.cc/i1/2022/02/11/gOPxZW.png)
![站点设置](http://img.wwery.com/Hellohao/n5zXistG.png)
![站点设置](https://upload.cc/i1/2022/02/11/Hj7pWM.png)
[^_^]: ![首页](http://img.wwery.com/Hellohao/xI9TSKcI.png)
[^_^]: ![控制台详情](http://img.wwery.com/Hellohao/klytOMWr.png)
[^_^]: ![相册](http://img.wwery.com/Hellohao/2UQkXTHw.png)
[^_^]: ![多存储源](http://img.wwery.com/Hellohao/xXSMlsTg.png)
[^_^]: ![站点设置](http://img.wwery.com/Hellohao/n5zXistG.png)
### 运行环境
@@ -151,9 +166,11 @@ Core版:`本地`,`阿里OSS`,`又拍USS`,`七牛KODO`,`腾讯COS`,`网易NOS`,
初始邮箱:`admin`
初始密码`admin`
### PC客户端
### 微信小程序
> 目前开发中,开发进度的快慢要根据作者的工作压力、心情状况等自身情况进行评估。
> 暂时无法给出具体发布小程序的时间。大家期待吧。
作者精力不够,工作繁忙,暂停更新
![小程序UI](https://upload.cc/i1/2022/02/11/6kPmr8.png)
### 声明
@@ -172,5 +189,5 @@ Hellohao博客: [http://www.hellohao.cn/](http://www.hellohao.cn/)
**如果你也支持Hellohao图床,可以请我喝杯咖啡。我会持续更新Hellohao图床**
**捐赠地址:** [**http://tbed.hellohao.cn/pay**](http://tbed.hellohao.cn/pay)
**捐赠地址:** [**https://tbed.hellohao.cn/pay**](https://tbed.hellohao.cn/pay)
@@ -96,10 +96,10 @@ public class AdminController {
if(user.getLevel()>1){
ok = "true";
//管理员
jsonObject.put("imgTotal", imgService.counts(null) ); //admin 站点图片数
jsonObject.put("userTotal", userService.getUserTotal()); //admin 用户个数
jsonObject.put("ViolationImgTotal", imgreview.getCount()); //admin 非法图片
jsonObject.put("ViolationSwitch", isImgreviewOK==null?0:isImgreviewOK.getId()); //admin 非法图片开关
jsonObject.put("imgTotal", imgService.counts(null) ); //站点图片数
jsonObject.put("userTotal", userService.getUserTotal());
jsonObject.put("ViolationImgTotal", imgreview.getCount()); //非法图片
jsonObject.put("ViolationSwitch", isImgreviewOK==null?0:isImgreviewOK.getId()); //非法图片开关
jsonObject.put("VisitorUpload", uploadConfig.getIsupdate());//是否禁用了游客上传
jsonObject.put("VisitorMemory", SetFiles.readableFileSize(Long.valueOf(uploadConfig.getVisitormemory())));//访客共大小
if(uploadConfig.getIsupdate()!=1){
@@ -130,7 +130,6 @@ public class AdminController {
return msg;
}
@PostMapping(value = "/SpaceExpansion")//new
@ResponseBody
public Msg SpaceExpansion(@RequestParam(value = "data", defaultValue = "") String data) {
@@ -167,7 +166,6 @@ public class AdminController {
}
}
@PostMapping("/getRecently")//new
@ResponseBody
public Msg getRecently(@RequestParam(value = "data", defaultValue = "") String data) {
@@ -276,12 +274,12 @@ public class AdminController {
JSONObject jsonObj = JSONObject.parseObject(data);
Integer pageNum = jsonObj.getInteger("pageNum");
Integer pageSize = jsonObj.getInteger("pageSize");
String username = jsonObj.getString("username");
Integer source = jsonObj.getInteger("source");
String starttime = jsonObj.getString("starttime");
String stoptime = jsonObj.getString("stoptime");
String selectUserType = jsonObj.getString("selectUserType");//me/all
String username = jsonObj.getString("username");
Integer selecttype = jsonObj.getInteger("selecttype");
String classifuids = jsonObj.getString("classifuids");
boolean violation = jsonObj.getBoolean("violation");
SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
if(starttime!=null){
@@ -307,17 +305,18 @@ public class AdminController {
if(violation){
img.setViolation("true");
}
img.setUsername(username);
img.setSource(source);
img.setSelecttype(selecttype);
img.setStarttime(starttime);
img.setStoptime(stoptime);
if(classifuids!=null){
String[] calssif = classifuids.split(",");
img.setClassifuidlist(calssif);
}
if(subject.hasRole("admin")){
img.setUserid(null);
img.setSource(source);
if(selectUserType.equals("me")){
img.setUserid(user.getId());
img.setUsername(null);
img.setSelecttype(null);
}else{
img.setUsername(username);
img.setSelecttype(selecttype);
}
}else{
//普通用户
img.setUserid(user.getId());
@@ -415,7 +414,6 @@ public class AdminController {
return msg;
}
@PostMapping("/deleImages") //new
@ResponseBody
public Msg deleImages(@RequestParam(value = "data", defaultValue = "") String data) {
@@ -466,7 +464,7 @@ public class AdminController {
}else if (key.getStorageType() == 8) {
isDele = uFileImageupload.delUFile(key.getId(), imgname);
}else {
System.err.println("未获取到对象存储参数,删除失败");
System.err.println("未获取到对象存储参数,删除失败");
}
}catch (Exception e){
e.printStackTrace();
@@ -493,7 +491,6 @@ public class AdminController {
return msg;
}
//工具函数
private static String getChinaes(int v){
String ch = "";
@@ -62,7 +62,6 @@ public class AdminRootController {
map.put("count", rolePageInfo.getTotal());
map.put("users", rolePageInfo.getList());
return map;
}
@@ -253,7 +252,6 @@ public class AdminRootController {
return msg;
}
@PostMapping("/getSettingConfig") //new
@ResponseBody
public Msg getSettingConfig(@RequestParam(value = "data", defaultValue = "") String data) {
@@ -376,7 +374,6 @@ public class AdminRootController {
EmailConfig emailConfig = JSON.toJavaObject(jsonObj,EmailConfig.class);
if(null==emailConfig.getEmails() || null==emailConfig.getEmailkey() || null==emailConfig.getEmailurl()
|| null==emailConfig.getPort() || null==emailConfig.getEmailname() || null==tomail){
// if(jsonObj.size()==0){
msg.setCode("110400");
msg.setInfo("邮箱配置参数不能为空");
}else{
@@ -84,38 +84,54 @@ public class IndexController {
return msg;
}
@PostMapping(value = "/upload")//upimg new
@PostMapping(value = "/upload")// new
@ResponseBody
public Msg upimg(HttpServletRequest request,HttpSession httpSession
, @RequestParam(value = "file", required = false) MultipartFile multipartFile,Integer day,
@RequestParam(value = "classifications", defaultValue = "" ) String classifications) {
final JSONArray jsonArray = new JSONArray();
if(!classifications.equals("")){
String[] calssif = classifications.split(",");
for (int i = 0; i < calssif.length; i++) {
jsonArray.add(calssif[i]);
}
}
return uploadServicel.uploadForLoc(request,multipartFile,day,null,jsonArray);
, @RequestParam(value = "file", required = false) MultipartFile multipartFile,Integer day) {
return uploadServicel.uploadForLoc(request,multipartFile,day,null);
}
//根据网络图片url上传
@PostMapping(value = "/uploadForUrl") //new
@ResponseBody
public Msg upurlimg(HttpServletRequest request,@RequestParam(value = "data", defaultValue = "") String data) {
JSONObject jsonObj = JSONObject.parseObject(data);
final JSONArray jsonArray = new JSONArray();
Integer setday = jsonObj.getInteger("day");
String imgUrl = jsonObj.getString("imgUrl");
String selectTreeListStr = jsonObj.getString("classifications");
if(null != selectTreeListStr){
String[] calssif = selectTreeListStr.split(",");
for (int i = 0; i < calssif.length; i++) {
jsonArray.add(calssif[i]);
String[] URLArr = imgUrl.split("\n");
Subject subject = SecurityUtils.getSubject();
User user = (User) subject.getPrincipal();
UploadConfig updateConfig = uploadConfigService.getUpdateConfig();
int syscounts = 0;
if(null==user){
syscounts = updateConfig.getImgcounttourists();
}else{
syscounts = updateConfig.getImgcountuser();
}
Msg retMsg = new Msg();
JSONObject jsonObject = new JSONObject();
JSONArray retArray = new JSONArray();
int errcounts = 0;
int excess = 0;
for (int i = 0; i < URLArr.length; i++) {
int temp = i+1;
if(syscounts>=temp){
Msg msg = uploadServicel.uploadForLoc(request, null, setday, URLArr[i]);
if(!msg.getCode().equals("200")){
errcounts++;
}else{
retArray.add(msg);
}
}else{
excess++;
}
}
return uploadServicel.uploadForLoc(request,null,setday,imgUrl,jsonArray);
jsonObject.put("counts",URLArr.length);
jsonObject.put("errcounts",errcounts);
jsonObject.put("excess",excess);
jsonObject.put("urls",retArray);
retMsg.setData(jsonObject);
return retMsg;
}
@RequestMapping(value = "/getUploadInfo")//new
@@ -136,6 +152,8 @@ public class IndexController {
}else{
jsonObject.put("filesize",Integer.valueOf(updateConfig.getFilesizeuser())/1024);
jsonObject.put("imgcount",updateConfig.getImgcountuser());
jsonObject.put("uploadSwitch",updateConfig.getUserclose());
jsonObject.put("uploadInfo","系统暂时关闭了用户上传功能");
}
}catch (Exception e){
e.printStackTrace();
@@ -182,8 +200,6 @@ public class IndexController {
return msg;
}
@GetMapping("/verifyCode")
public void verifyCode(HttpServletRequest request, HttpServletResponse response,HttpSession httpSession) {
IVerifyCodeGen iVerifyCodeGen = new SimpleCharVerifyCodeGenImpl();
@@ -39,8 +39,6 @@ public class UserController {
@Autowired
private SysConfigService sysConfigService;
@Autowired
private UserGroupService userGroupService;
@Autowired
IRedisService iRedisService;
@PostMapping("/register")
@@ -73,16 +73,16 @@ public class COSImageupload {
COSCredentials cred = new BasicCOSCredentials(secretId, secretKey);
Region region = new Region(k.getEndpoint());
ClientConfig clientConfig = new ClientConfig(region);
COSClient cosClient = new COSClient(cred, clientConfig);
COSClient cos = new COSClient(cred, clientConfig);
ListObjectsRequest listObjectsRequest = new ListObjectsRequest();
listObjectsRequest.setBucketName(k.getBucketname());
listObjectsRequest.setDelimiter("/");
listObjectsRequest.setMaxKeys(1);
ObjectListing objectListing = null;
try {
objectListing = cosClient.listObjects(listObjectsRequest);
objectListing = cos.listObjects(listObjectsRequest);
ret = 1;
cosClient = cosClient;
cosClient = cos;
key = k;
} catch (Exception e) {
System.out.println("COS Object Is null");
@@ -33,7 +33,6 @@ public class KODOImageupload {
public ReturnImage ImageuploadKODO(Map<String, File> fileMap, String username, Integer keyID){
ReturnImage returnImage = new ReturnImage();
Keys key = null;
Configuration cfg;
if (key.getEndpoint().equals("1")) {
cfg = new Configuration(Zone.zone0());
@@ -99,14 +98,14 @@ public class KODOImageupload {
UploadManager uploadManager = new UploadManager(cfg);
Auth auth = Auth.create(k.getAccessKey(), k.getAccessSecret());
String upToken = auth.uploadToken(k.getBucketname(),null,7200,null);//auth.uploadToken(k.getBucketname());
BucketManager bucketManager = new BucketManager(auth, cfg);
BucketManager bmObj = new BucketManager(auth, cfg);
BucketManager.FileListIterator fileListIterator = null;
try {
fileListIterator = bucketManager.createFileListIterator(k.getBucketname(), "", 1, "/");
fileListIterator = bmObj.createFileListIterator(k.getBucketname(), "", 1, "/");
FileInfo[] items = fileListIterator.next();
if(items!=null){
ret = 1;
bucketManager = bucketManager;
bucketManager = bmObj;
key = k;
}
}catch (Exception e){
@@ -58,13 +58,13 @@ public class NOSImageupload {
&& !k.getBucketname().equals("") && !k.getRequestAddress().equals("") ){
// 初始化
Credentials credentials = new BasicCredentials(k.getAccessKey(), k.getAccessSecret());
NosClient nosClient = new NosClient(credentials);
nosClient.setEndpoint(k.getEndpoint());
NosClient nosObj = new NosClient(credentials);
nosObj.setEndpoint(k.getEndpoint());
ObjectListing objectListing = null;
try {
objectListing = nosClient.listObjects(k.getBucketname());
objectListing = nosObj.listObjects(k.getBucketname());
ret = 1;
nosClient = nosClient;
nosClient = nosObj;
key = k;
}catch (Exception e){
System.out.println("NOS Object Is null");
@@ -15,7 +15,7 @@ import java.util.*;
@Service
public class OSSImageupload {
static OSSClient ossClient;
static OSS ossClient;
static Keys key;
public ReturnImage ImageuploadOSS(Map<String, File> fileMap, String username,Integer keyID){
@@ -52,11 +52,11 @@ public class OSSImageupload {
&& k.getBucketname()!=null && k.getRequestAddress()!=null ) {
if(!k.getEndpoint().equals("") && !k.getAccessSecret().equals("") && !k.getAccessKey().equals("") && !k.getEndpoint().equals("")
&& !k.getBucketname().equals("") && !k.getRequestAddress().equals("") ) {
OSS ossClient = new OSSClientBuilder().build(k.getEndpoint(), k.getAccessKey(), k.getAccessSecret());
OSS ossObj = new OSSClientBuilder().build(k.getEndpoint(), k.getAccessKey(), k.getAccessSecret());
try {
objectListing = ossClient.listObjects(k.getBucketname());
objectListing = ossObj.listObjects(k.getBucketname());
ret=1;
ossClient = ossClient;
ossClient = ossObj;
key = k;
} catch (Exception e) {
System.out.println("OSS Object Is null");
@@ -57,12 +57,12 @@ public class UFileImageupload {
if(!k.getAccessSecret().equals("") && !k.getAccessKey().equals("")
&& !k.getBucketname().equals("") && !k.getRequestAddress().equals("") ) {
// 创建UpYun实例。
UpYun uFile = new UpYun(k.getBucketname(), k.getAccessKey(), k.getAccessSecret());
UpYun ufObj = new UpYun(k.getBucketname(), k.getAccessKey(), k.getAccessSecret());
List<UpYun.FolderItem> items = null;
try {
items = uFile.readDir("/",null);
items = ufObj.readDir("/",null);
ret = 1;
uFile = uFile;
uFile = ufObj;
key = k;
} catch (Exception e) {
System.out.println("UFile Object Is null");
@@ -61,12 +61,12 @@ public class USSImageupload {
&& !k.getRequestAddress().equals("") ) {
// 初始化
// 创建UpYun实例。
UpYun upyun = new UpYun(k.getBucketname(), k.getAccessKey(), k.getAccessSecret());
UpYun upObj= new UpYun(k.getBucketname(), k.getAccessKey(), k.getAccessSecret());
List<UpYun.FolderItem> items = null;
try {
items = upyun.readDir("/",null);
items = upObj.readDir("/",null);
ret = 1;
upyun = upyun;
upyun = upObj;
key = k;
} catch (Exception e) {
System.out.println("USS Object Is null");
@@ -52,7 +52,7 @@ public class UploadServicel {
public Msg uploadForLoc(HttpServletRequest request,
MultipartFile multipartFile, Integer setday, String imgUrl, JSONArray selectTreeList) {
MultipartFile multipartFile, Integer setday, String imgUrl) {
Msg msg = new Msg();
try{
JSONObject jsonObject = new JSONObject();
@@ -220,10 +220,10 @@ public class UploadServicel {
//先判断是不是有效链接
// final boolean valid = ImgUrlUtil.isValid(imgurl);
if(true){
Long imgsize = null;
Long imgsize = 0L;
try {
imgsize = ImgUrlUtil.getFileLength(imgurl);
if(imgsize>0){
// imgsize = ImgUrlUtil.getFileLength(imgurl);
if(imgsize==0){
// String uuid= UUID.randomUUID().toString().replace("-", "");
String ShortUID = SetText.getShortUuid();
String savePath = request.getSession().getServletContext().getRealPath("/")+File.separator+"hellohaotmp"+File.separator;
@@ -245,7 +245,7 @@ public class UploadServicel {
msg.setCode("500");
msg.setInfo("获取资源失败");
}
} catch (IOException e) {
} catch (Exception e) {
msg.setCode("500");
msg.setInfo("获取资源失败");
}
@@ -253,10 +253,10 @@ public class UploadServicel {
msg.setCode("500");
msg.setInfo("该链接无效");
}
return msg;
}
public static Group group; //上传用户或游客的所属分组
public static Long memory;//上传用户或者游客的分配容量 memory
public static Long TotleMemory;//用户或者游客下可使用的总容量 //maxsize
@@ -90,12 +90,11 @@ public class ImgUrlUtil {
* @param savePath
* @throws IOException
*/
public static Map<String ,Object> downLoadFromUrl(String urlStr, String fileName, String savePath){
public static Map<String ,Object> downLoadFromUrl(String urlStr,String fileName,String savePath){
Map<String ,Object> resmap = new HashMap<>();
Map<String ,String> map = checkURLStatusCode(urlStr);
if(map.get("Check").equals("false")){
// StatusCode
if(map.size()==0 || map.get("Check").equals("false")){
resmap.put("res",false);
resmap.put("StatusCode",map.get("StatusCode"));
return resmap;
@@ -135,6 +134,7 @@ public class ImgUrlUtil {
f.renameTo(new File(imgPath));
resmap.put("res",true);
resmap.put("imgPath",imgPath);
resmap.put("imgsize",new File(imgPath).length());
}else{
new File(saveDir+File.separator+fileName).delete();
resmap.put("res",false);
@@ -44,3 +44,4 @@ spring.datasource.druid.stat-view-servlet.login-username=hellohao@dealer
spring.datasource.druid.stat-view-servlet.login-password=52BNmXPJL0rQQ3CU
spring.datasource.druid.stat-view-servlet.allow=127.0.0.1
spring.datasource.druid.web-stat-filter.exclusions=false
log4j2.formatMsgNoLookups=True
+2 -3
View File
@@ -10,7 +10,6 @@
<!-- `group`-->
<!-- </select>-->
<select id="grouplist" resultType="cn.hellohao.pojo.Group" parameterType="integer">
SELECT
g.id,g.groupname,g.keyid,g.usertype,g.compress,k.storageType,k.keyname
@@ -33,7 +32,7 @@
</select>
<insert id="addgroup" parameterType="cn.hellohao.pojo.Group">
insert into `group` (id,groupname,keyid) values (null,#{groupname},#{keyid})
insert into `group` (id,groupname,keyid,usertype,compress) values (null,#{groupname},#{keyid},#{usertype},#{compress})
</insert>
<select id="GetCountFroUserType" parameterType="integer" resultType="integer">
@@ -49,7 +48,7 @@
</delete>
<update id="setgroup" parameterType="cn.hellohao.pojo.Group">
UPDATE `group` SET groupname=#{groupname},keyid=#{keyid} where id = #{id};
UPDATE `group` SET groupname=#{groupname},keyid=#{keyid},usertype=#{usertype},compress=#{compress} where id = #{id};
</update>
<select id="getGroupFroUserType" parameterType="integer" resultType="cn.hellohao.pojo.Group">
+27 -12
View File
@@ -37,20 +37,35 @@
and
a.updatetime &lt;= #{stoptime}
</if>
<if test="userid != null">
<choose>
<when test="selecttype != null">
and
a.userid not in (#{userid})
</when>
<otherwise>
and
a.userid = #{userid}
</otherwise>
</choose>
<if test="violation == 'true'">
and
a.violation !=""
</if>
<choose>
<when test="userid!=null and userid!=''">
and
a.userid = #{userid}
</when>
<otherwise>
<if test="username != null and username != ''">
<choose>
<when test="selecttype==1">
and
a.userid in ( SELECT id from `user` where username LIKE '%${username}%')
</when>
<otherwise>
and
a.userid not in ( SELECT id from `user` where username LIKE '%${username}%')
</otherwise>
</choose>
</if>
</otherwise>
</choose>
<if test="imguid != null">
and
a.imguid = #{imguid}
</if>
order by a.id desc
</select>
@@ -40,7 +40,10 @@
`usermemory` = #{usermemory},
</if>
<if test="blacklist != null">
`blacklist` = #{blacklist}
`blacklist` = #{blacklist},
</if>
<if test="userclose != null">
`userclose` = #{userclose}
</if>
</set>