Commit ae6c31eab8058fe995a23fb942f3bcec71a598eb

Authored by youxiw2000
1 parent a5eeef3a

m

trash-admin/src/main/resources/application-dev.yml
@@ -17,11 +17,11 @@ trash: @@ -17,11 +17,11 @@ trash:
17 # 验证码类型 math 数组计算 char 字符验证 17 # 验证码类型 math 数组计算 char 字符验证
18 captchaType: math 18 captchaType: math
19 # 远程服务器地址 19 # 远程服务器地址
20 - remotePath: http://175.6.47.84:8008  
21 - token: durable:auth:token:eyJhbGciOiJIUzUxMiJ9.eyJ5ZWEiOiJkdXJhYmxlIiwiZXhwIjo0MTAyNDE1OTk5LCJjcmVhdGVkIjoxNjg1NDE2NjEzMzU1fQ.58-J0KKfsK2pQhDQAzaBaUj-oFWMbYF1YzMAcshmcfidIkW16TZWIVhAVKPvCJvWfG54x7xB-ETxKCDLFnSctQ 20 + # remotePath: http://175.6.47.84:8008
  21 + # token: durable:auth:token:eyJhbGciOiJIUzUxMiJ9.eyJ5ZWEiOiJkdXJhYmxlIiwiZXhwIjo0MTAyNDE1OTk5LCJjcmVhdGVkIjoxNjg1NDE2NjEzMzU1fQ.58-J0KKfsK2pQhDQAzaBaUj-oFWMbYF1YzMAcshmcfidIkW16TZWIVhAVKPvCJvWfG54x7xB-ETxKCDLFnSctQ
22 #remotePath: http://cszhatu.natapp1.cc 22 #remotePath: http://cszhatu.natapp1.cc
23 - # remotePath: http://175.178.228.30:8008  
24 - # token: durable:auth:token:eyJhbGciOiJIUzUxMiJ9.eyJ5ZWEiOiJjc3poIiwiZXhwIjo0MTAyNDE1OTk5LCJjcmVhdGVkIjoxNjg0NDU5MjEzNzQ2fQ.85oIrOnU7cz7L_-IGt4Bt1LXDTkFtyrdqNt05K0v9-4nsrrzzpbjbemK-yMlbnUpe4Fx2FFES-Wbw8Yr8ML69w 23 + remotePath: http://175.178.228.30:8008
  24 + token: durable:auth:token:eyJhbGciOiJIUzUxMiJ9.eyJ5ZWEiOiJjc3poIiwiZXhwIjo0MTAyNDE1OTk5LCJjcmVhdGVkIjoxNjg0NDU5MjEzNzQ2fQ.85oIrOnU7cz7L_-IGt4Bt1LXDTkFtyrdqNt05K0v9-4nsrrzzpbjbemK-yMlbnUpe4Fx2FFES-Wbw8Yr8ML69w
25 25
26 26
27 # 数据源配置 27 # 数据源配置
trash-admin/src/main/resources/application-local.yml
@@ -17,8 +17,8 @@ trash: @@ -17,8 +17,8 @@ trash:
17 # 验证码类型 math 数组计算 char 字符验证 17 # 验证码类型 math 数组计算 char 字符验证
18 captchaType: math 18 captchaType: math
19 # 远程服务器地址 19 # 远程服务器地址
20 - #remotePath: http://175.6.47.84:8008  
21 - #token: durable:auth:token:eyJhbGciOiJIUzUxMiJ9.eyJ5ZWEiOiJkdXJhYmxlIiwiZXhwIjo0MTAyNDE1OTk5LCJjcmVhdGVkIjoxNjg1NDE2NjEzMzU1fQ.58-J0KKfsK2pQhDQAzaBaUj-oFWMbYF1YzMAcshmcfidIkW16TZWIVhAVKPvCJvWfG54x7xB-ETxKCDLFnSctQ 20 + # remotePath: http://175.6.47.84:8008
  21 + # token: durable:auth:token:eyJhbGciOiJIUzUxMiJ9.eyJ5ZWEiOiJkdXJhYmxlIiwiZXhwIjo0MTAyNDE1OTk5LCJjcmVhdGVkIjoxNjg1NDE2NjEzMzU1fQ.58-J0KKfsK2pQhDQAzaBaUj-oFWMbYF1YzMAcshmcfidIkW16TZWIVhAVKPvCJvWfG54x7xB-ETxKCDLFnSctQ
22 #remotePath: http://cszhatu.natapp1.cc 22 #remotePath: http://cszhatu.natapp1.cc
23 remotePath: http://175.178.228.30:8008 23 remotePath: http://175.178.228.30:8008
24 token: Bearer durable:auth:token:eyJhbGciOiJIUzUxMiJ9.eyJ5ZWEiOiJjc3poIiwiZXhwIjo0MTAyNDE1OTk5LCJjcmVhdGVkIjoxNjg0NDU5MjEzNzQ2fQ.85oIrOnU7cz7L_-IGt4Bt1LXDTkFtyrdqNt05K0v9-4nsrrzzpbjbemK-yMlbnUpe4Fx2FFES-Wbw8Yr8ML69w 24 token: Bearer durable:auth:token:eyJhbGciOiJIUzUxMiJ9.eyJ5ZWEiOiJjc3poIiwiZXhwIjo0MTAyNDE1OTk5LCJjcmVhdGVkIjoxNjg0NDU5MjEzNzQ2fQ.85oIrOnU7cz7L_-IGt4Bt1LXDTkFtyrdqNt05K0v9-4nsrrzzpbjbemK-yMlbnUpe4Fx2FFES-Wbw8Yr8ML69w
trash-ui/vue.config.js
@@ -41,13 +41,13 @@ module.exports = { @@ -41,13 +41,13 @@ module.exports = {
41 } 41 }
42 }, 42 },
43 ['/voice']: { 43 ['/voice']: {
44 - // target: `http://127.0.0.1:15001/`,  
45 - target: `http://175.6.47.84:8008`, 44 + target: `http://127.0.0.1:15001/`,
  45 + // target: `http://175.6.47.84:8008`,
46 changeOrigin: true, 46 changeOrigin: true,
47 }, 47 },
48 ['/api']: { 48 ['/api']: {
49 - // target: `http://175.178.228.30:8008`,  
50 - target: `http://175.6.47.84:8008`, 49 + target: `http://175.178.228.30:8008`,
  50 + // target: `http://175.6.47.84:8008`,
51 changeOrigin: true, 51 changeOrigin: true,
52 } 52 }
53 53
trash-workFlow/src/main/java/com/trash/business/controller/SupervisionThreestepController.java
@@ -380,7 +380,7 @@ public class SupervisionThreestepController extends BaseController { @@ -380,7 +380,7 @@ public class SupervisionThreestepController extends BaseController {
380 } 380 }
381 381
382 if (i == -3) { 382 if (i == -3) {
383 - return AjaxResult.error("项目已超期!"); 383 + return AjaxResult.error("项目本次清运周期已超期!");
384 } 384 }
385 if (i == -4) { 385 if (i == -4) {
386 return AjaxResult.error("报工数据异常,请刷新页面重新提交!"); 386 return AjaxResult.error("报工数据异常,请刷新页面重新提交!");
trash-workFlow/src/main/java/com/trash/business/service/impl/SupervisionThreestepServiceImpl.java
@@ -769,8 +769,8 @@ public class SupervisionThreestepServiceImpl implements ISupervisionThreestepSer @@ -769,8 +769,8 @@ public class SupervisionThreestepServiceImpl implements ISupervisionThreestepSer
769 long time = new Date().getTime(); 769 long time = new Date().getTime();
770 770
771 try { 771 try {
772 - if (dateTime.parse(jsonObject.get("effectiveFrom").toString() + " 00:00:00").getTime() > time  
773 - || dateTime.parse(jsonObject.get("effectiveEnd").toString() + " 23:59:59") 772 + if (dateTime.parse(jsonObject.get("thisTransferFrom").toString() + " 00:00:00").getTime() > time
  773 + || dateTime.parse(jsonObject.get("thisTransferEnd").toString() + " 23:59:59")
774 .getTime() < time) { 774 .getTime() < time) {
775 return -3; 775 return -3;
776 } 776 }
trash-workFlow/src/main/java/com/trash/workflow/listener/baseDataListener.java
@@ -27,9 +27,8 @@ public class baseDataListener implements ExecutionListener { @@ -27,9 +27,8 @@ public class baseDataListener implements ExecutionListener {
27 27
28 private static final Logger log = LoggerFactory.getLogger(baseDataListener.class); 28 private static final Logger log = LoggerFactory.getLogger(baseDataListener.class);
29 29
30 - @Autowired  
31 - trashConfig trashConfig;  
32 - 30 + int errorCount = 0;
  31 +
33 @Override 32 @Override
34 public void notify(DelegateExecution delegateExecution) { 33 public void notify(DelegateExecution delegateExecution) {
35 34
@@ -62,14 +61,15 @@ public class baseDataListener implements ExecutionListener { @@ -62,14 +61,15 @@ public class baseDataListener implements ExecutionListener {
62 61
63 62
64 if(!object){ 63 if(!object){
65 - final String token = trashConfig.getToken(); 64 + trashConfig config = SpringUtils.getBean(trashConfig.class);
  65 + final String token = config.getToken();
66 new Thread(new Runnable() { 66 new Thread(new Runnable() {
67 67
68 @Override 68 @Override
69 public void run() { 69 public void run() {
70 while(true){ 70 while(true){
  71 + errorCount++;
71 try { 72 try {
72 -  
73 boolean object = false; 73 boolean object = false;
74 if(delegateExecution.getProcessInstanceBusinessKey().contains("company")){ 74 if(delegateExecution.getProcessInstanceBusinessKey().contains("company")){
75 object = (boolean)RemoteServerUtils.updateCompanyAudit(list,token); 75 object = (boolean)RemoteServerUtils.updateCompanyAudit(list,token);
@@ -80,9 +80,8 @@ public class baseDataListener implements ExecutionListener { @@ -80,9 +80,8 @@ public class baseDataListener implements ExecutionListener {
80 if(delegateExecution.getProcessInstanceBusinessKey().contains("driver")){ 80 if(delegateExecution.getProcessInstanceBusinessKey().contains("driver")){
81 object = (boolean)RemoteServerUtils.updateDriverAudit(list,token); 81 object = (boolean)RemoteServerUtils.updateDriverAudit(list,token);
82 } 82 }
83 -  
84 try { 83 try {
85 - log.info("baseDataListener:" + delegateExecution.getProcessInstanceBusinessKey().split(":")[1] + "" + object); 84 + log.info("baseDataListener:" + delegateExecution.getProcessInstanceBusinessKey().split(":")[1] + "" + object);
86 Thread.sleep(30000); 85 Thread.sleep(30000);
87 } catch (InterruptedException e) { 86 } catch (InterruptedException e) {
88 // TODO Auto-generated catch block 87 // TODO Auto-generated catch block
@@ -91,7 +90,6 @@ public class baseDataListener implements ExecutionListener { @@ -91,7 +90,6 @@ public class baseDataListener implements ExecutionListener {
91 if(object){ 90 if(object){
92 break; 91 break;
93 } 92 }
94 -  
95 } catch (Exception e) { 93 } catch (Exception e) {
96 e.printStackTrace(); 94 e.printStackTrace();
97 } 95 }
@@ -102,6 +100,11 @@ public class baseDataListener implements ExecutionListener { @@ -102,6 +100,11 @@ public class baseDataListener implements ExecutionListener {
102 // TODO Auto-generated catch block 100 // TODO Auto-generated catch block
103 e.printStackTrace(); 101 e.printStackTrace();
104 } 102 }
  103 +
  104 + if(errorCount > 100){
  105 + log.info("erro baseDataListener:" + delegateExecution.getProcessInstanceBusinessKey().split(":")[1]);
  106 + break;
  107 + }
105 108
106 } 109 }
107 110
trash-workFlow/src/main/java/com/trash/workflow/service/impl/WorkflowServiceImpl.java
@@ -82,7 +82,7 @@ public class WorkflowServiceImpl implements IWorkflowService { @@ -82,7 +82,7 @@ public class WorkflowServiceImpl implements IWorkflowService {
82 82
83 String outArea = "株洲市,湘潭市,汨罗市,湘阴县"; 83 String outArea = "株洲市,湘潭市,汨罗市,湘阴县";
84 84
85 - String tcdOutArea = "长沙县,望城区,浏阳市,宁乡市"; // 车企人外区 85 + String tcdOutArea = "长沙县,湘江新区,浏阳市,宁乡市"; // 车企人外区
86 86
87 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); 87 SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
88 88