Commit 8865ed950c5b8259d9e2fb7ef9d5f103a95057c4

Authored by guzijian
2 parents 626e1713 22628e3e

Merge branch 'dev' of http://192.168.168.245:8888/youxiw20000/trash into dev

trash-admin/src/main/resources/application-dev.yml
@@ -9,7 +9,6 @@ trash: @@ -9,7 +9,6 @@ trash:
9 # 实例演示开关 9 # 实例演示开关
10 demoEnabled: true 10 demoEnabled: true
11 # 文件路径 示例( Windows配置D:/trash/uploadPath,Linux配置 /home/trash/uploadPath,存储桶 trash/uploadPath,nginx配置 /trash/upload) 11 # 文件路径 示例( Windows配置D:/trash/uploadPath,Linux配置 /home/trash/uploadPath,存储桶 trash/uploadPath,nginx配置 /trash/upload)
12 -# profile: D:/trash/uploadPath  
13 # profile: E:/trash/uploadPath 12 # profile: E:/trash/uploadPath
14 profile: F:/work/project/Documents/uploadPath/trash 13 profile: F:/work/project/Documents/uploadPath/trash
15 # 获取ip地址开关 14 # 获取ip地址开关
@@ -64,15 +63,15 @@ spring: @@ -64,15 +63,15 @@ spring:
64 testOnBorrow: false 63 testOnBorrow: false
65 testOnReturn: false 64 testOnReturn: false
66 webStatFilter: 65 webStatFilter:
67 - enabled: true 66 + enabled: false
68 statViewServlet: 67 statViewServlet:
69 - enabled: true 68 + enabled: false
70 # 设置白名单,不填则允许所有访问 69 # 设置白名单,不填则允许所有访问
71 allow: 70 allow:
72 url-pattern: /druid/* 71 url-pattern: /druid/*
73 # 控制台管理用户名和密码 72 # 控制台管理用户名和密码
74 - login-username:  
75 - login-password: 73 + login-username: youxiw2000
  74 + login-password: Noah5201
76 filter: 75 filter:
77 stat: 76 stat:
78 enabled: true 77 enabled: true
trash-garbage/src/main/java/com/trash/garbage/pojo/vo/OrderDetailVo.java
@@ -292,7 +292,16 @@ public class OrderDetailVo { @@ -292,7 +292,16 @@ public class OrderDetailVo {
292 public void setHandleFlag(Boolean handleFlag) { 292 public void setHandleFlag(Boolean handleFlag) {
293 this.handleFlag = handleFlag; 293 this.handleFlag = handleFlag;
294 } 294 }
295 - 295 +
  296 + public Boolean getGarHandleEvaluateFlag() {
  297 + return garHandleEvaluateFlag;
  298 + }
  299 +
  300 + public void setGarHandleEvaluateFlag(Boolean garHandleEvaluateFlag) {
  301 + this.garHandleEvaluateFlag = garHandleEvaluateFlag;
  302 + }
  303 +
  304 +
296 305
297 306
298 } 307 }