bug修复

This commit is contained in:
黎润豪 2024-10-24 10:04:55 +08:00
parent 702600e3c6
commit 4d62fa66b4
3 changed files with 921 additions and 286 deletions

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,6 @@ import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
import org.apache.logging.log4j.util.Strings; import org.apache.logging.log4j.util.Strings;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import javax.annotation.Resource; import javax.annotation.Resource;
import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponse;
@ -71,7 +70,6 @@ public class RepairServiceImpl extends ServiceImpl<RepairMapper, Repair> impleme
private BusinessUserService businessUserService; private BusinessUserService businessUserService;
@Override @Override
@Transactional
public RestResult<String> saveRepair(Repair repair) { public RestResult<String> saveRepair(Repair repair) {
//判断来源 //判断来源

View File

@ -17,7 +17,7 @@ spring:
max-wait: 30000 max-wait: 30000
time-between-eviction-runs-millis: 60000 time-between-eviction-runs-millis: 60000
min-evictable-idle-time-millis: 300000 min-evictable-idle-time-millis: 300000
validation-query: select 1 from dual validation-query: select 1
devops: devops:
filters: stat filters: stat
initial-size: 2 initial-size: 2
@ -26,7 +26,7 @@ spring:
max-wait: 30000 max-wait: 30000
time-between-eviction-runs-millis: 60000 time-between-eviction-runs-millis: 60000
min-evictable-idle-time-millis: 300000 min-evictable-idle-time-millis: 300000
validation-query: select 1 from dual validation-query: select 1
druid: druid:
web-stat-filter: web-stat-filter:
enabled: true enabled: true