Merge remote-tracking branch 'origin/master'

This commit is contained in:
wangliwen 2022-04-21 18:00:53 +08:00
commit 424140dd0f
5 changed files with 23 additions and 9 deletions

View File

@ -1,5 +1,6 @@
package io.renren.modules.resourceCar.controller;
import cn.hutool.core.util.ObjectUtil;
import com.alibaba.fastjson.JSONObject;
import com.baomidou.mybatisplus.core.metadata.IPage;
import io.renren.common.annotation.LogOperation;
@ -67,8 +68,12 @@ public class ResourceCarController {
public Result save(@RequestBody ResourceCarDTO dto){
//效验数据
ValidatorUtils.validateEntity(dto, AddGroup.class, DefaultGroup.class);
if (ObjectUtil.isAllNotEmpty(dto.getResourceId()) || ObjectUtil.isAllNotEmpty(dto.getUserId())) {
resourceCarService.insertOrUpdate(dto);
return new Result();
} else {
return new Result().error(500, "加申购车失败,请重试!");
}
}
@DeleteMapping("/delete")

View File

@ -49,6 +49,12 @@ spring:
config:
multi-statement-allow: true
#上传的静态资源配置
resource:
root_url: 15.2.21.238
path: /home/yth/files/
devModelFilePath: /home/yth/files/resource
##多数据源的配置需要引用renren-dynamic-datasource
#dynamic:
# datasource:

View File

@ -32,6 +32,8 @@ spring:
wall:
config:
multi-statement-allow: true
#上传的静态资源配置
resource:
root_url: 15.2.21.238
path: /home/yth/files/
path: /data/services/nengli/files/
devModelFilePath: /data/services/nengli/files/resource

View File

@ -32,3 +32,9 @@ spring:
wall:
config:
multi-statement-allow: true
#上传的静态资源配置
resource:
root_url: 15.2.21.238
path: /home/yth/files/
devModelFilePath: /home/yth/files/resource

View File

@ -1,8 +1,3 @@
#上传的静态资源配置
resource:
root_url: 15.2.21.238
path: /home/yth/files/
devModelFilePath: /home/yth/files/resource
# Tomcat
server:
tomcat: