Commit 34a74c9d authored by tianbo's avatar tianbo

fix:隐患详情、企业详情二维码改为图片

parent e073bd4b
...@@ -523,7 +523,7 @@ public class DPSubServiceImpl { ...@@ -523,7 +523,7 @@ public class DPSubServiceImpl {
e.printStackTrace(); e.printStackTrace();
} }
} }
String color = "grey"; String color = "green";
if (!ValidationUtil.isEmpty(problemTime)) { if (!ValidationUtil.isEmpty(problemTime)) {
try { try {
qrcode.put("text", DateUtil.formatDate(DateUtil.smartFormat(problemTime), "yyyy-MM-dd")); qrcode.put("text", DateUtil.formatDate(DateUtil.smartFormat(problemTime), "yyyy-MM-dd"));
......
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