Commit 28a4f108 authored by 邢磊's avatar 邢磊

*)修改设备地址

parent 19e2115a
...@@ -532,7 +532,7 @@ public class DPSubServiceImpl { ...@@ -532,7 +532,7 @@ public class DPSubServiceImpl {
} else if ("异常".equals(problemStatus)) { } else if ("异常".equals(problemStatus)) {
color = "red"; color = "red";
} }
qrcode.put("value", !ValidationUtil.isEmpty(result.get("useCode")) ? result.get("useCode") : result.get("USE_ORG_CODE")); qrcode.put("value", !ValidationUtil.isEmpty(result.get("SUPERVISORY_CODE")) ? "https://nav.sspai.top/tzs?code=" + result.get("SUPERVISORY_CODE") : result.get("USE_ORG_CODE"));
qrcode.put("status", problemStatus); qrcode.put("status", problemStatus);
qrcode.put("color", color); qrcode.put("color", color);
return qrcode; return qrcode;
......
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
"title": "{useUnit}", "title": "{useUnit}",
"status": [], "status": [],
"qrcode": { "qrcode": {
"title": "监管码", "title": "企业二维码",
"problem": [] "problem": []
}, },
"keyParams": [ "keyParams": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment