bug修复
This commit is contained in:
parent
702600e3c6
commit
4d62fa66b4
1201
db/devops.pdma.json
1201
db/devops.pdma.json
File diff suppressed because it is too large
Load Diff
|
|
@ -25,7 +25,6 @@ import lombok.extern.slf4j.Slf4j;
|
|||
import org.apache.commons.lang3.StringUtils;
|
||||
import org.apache.logging.log4j.util.Strings;
|
||||
import org.springframework.stereotype.Service;
|
||||
import org.springframework.transaction.annotation.Transactional;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
|
@ -71,7 +70,6 @@ public class RepairServiceImpl extends ServiceImpl<RepairMapper, Repair> impleme
|
|||
private BusinessUserService businessUserService;
|
||||
|
||||
@Override
|
||||
@Transactional
|
||||
public RestResult<String> saveRepair(Repair repair) {
|
||||
|
||||
//判断来源
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ spring:
|
|||
max-wait: 30000
|
||||
time-between-eviction-runs-millis: 60000
|
||||
min-evictable-idle-time-millis: 300000
|
||||
validation-query: select 1 from dual
|
||||
validation-query: select 1
|
||||
devops:
|
||||
filters: stat
|
||||
initial-size: 2
|
||||
|
|
@ -26,7 +26,7 @@ spring:
|
|||
max-wait: 30000
|
||||
time-between-eviction-runs-millis: 60000
|
||||
min-evictable-idle-time-millis: 300000
|
||||
validation-query: select 1 from dual
|
||||
validation-query: select 1
|
||||
druid:
|
||||
web-stat-filter:
|
||||
enabled: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue