Ver código fonte

Merge branch 'bgy' of SH-Arbitrate/Arbitrate-Backend into dev

bgy 2 anos atrás
pai
commit
cf73d6e338

+ 1
- 1
ruoyi-admin/src/main/java/com/ruoyi/web/controller/wisdomarbitrate/AdjudicationController.java Ver arquivo

@@ -46,7 +46,7 @@ public class AdjudicationController extends BaseController {
46 46
      * @return
47 47
      */
48 48
     @GetMapping("/logistics")
49
-    @PreAuthorize("@ss.hasPermi('delivery:detail')")
49
+//    @PreAuthorize("@ss.hasPermi('delivery:detail')")
50 50
     public AjaxResult  getLogisticsInfo(CaseApplication caseApplication){
51 51
         List<LogisticsInfoVO> logisticsInfo = adjudicationService.getLogisticsInfo(caseApplication);
52 52
         return AjaxResult.success(logisticsInfo);

+ 1
- 1
ruoyi-admin/src/main/java/com/ruoyi/web/controller/wisdomarbitrate/CaseApplicationController.java Ver arquivo

@@ -30,7 +30,7 @@ public class CaseApplicationController extends BaseController {
30 30
     /**
31 31
      * 查询立案数据
32 32
      */
33
-    @PreAuthorize("@ss.hasPermi('caseManagement:list')")
33
+//    @PreAuthorize("@ss.hasPermi('caseManagement:list')")
34 34
     @GetMapping("/list")
35 35
     public TableDataInfo list(CaseApplication caseApplication) {
36 36
         startPage();

+ 2
- 2
ruoyi-admin/src/main/resources/application-druid.yml Ver arquivo

@@ -6,9 +6,9 @@ spring:
6 6
         druid:
7 7
             # 主库数据源
8 8
             master:
9
-                url: jdbc:mysql://121.40.189.20:3306/arbitrate?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=Asia/Shanghai&useSSL=false
9
+                url: jdbc:mysql://121.40.189.20:3306/smart_arbitration?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=Asia/Shanghai&useSSL=false
10 10
                 username: root
11
-                password: root123456
11
+                password: YMzc157#
12 12
             # 从库数据源
13 13
             slave:
14 14
                 # 从数据源开关/默认关闭