|
@@ -86,37 +86,43 @@ public class TslTaskService {
|
|
|
}
|
|
|
}
|
|
|
for (File file : files) {
|
|
|
- if (file.getName().toLowerCase().endsWith("-2-重复投诉率.png")) {
|
|
|
+ if (file.getName().toLowerCase().endsWith("-2-客户端-战略考核.png")) {
|
|
|
String mediaId = tslTaskDingTalkUtil.upload(file.getAbsolutePath(), "image");
|
|
|
tslTaskDingTalkUtil.sendImageMsgWithRobot(mediaId);
|
|
|
}
|
|
|
}
|
|
|
for (File file : files) {
|
|
|
- if (file.getName().toLowerCase().endsWith("-3-超时工单.png")) {
|
|
|
+ if (file.getName().toLowerCase().endsWith("-3-重复投诉率.png")) {
|
|
|
String mediaId = tslTaskDingTalkUtil.upload(file.getAbsolutePath(), "image");
|
|
|
tslTaskDingTalkUtil.sendImageMsgWithRobot(mediaId);
|
|
|
}
|
|
|
}
|
|
|
for (File file : files) {
|
|
|
- if (file.getName().toLowerCase().endsWith("-4-处理时长.png")) {
|
|
|
+ if (file.getName().toLowerCase().endsWith("-4-超时工单.png")) {
|
|
|
String mediaId = tslTaskDingTalkUtil.upload(file.getAbsolutePath(), "image");
|
|
|
tslTaskDingTalkUtil.sendImageMsgWithRobot(mediaId);
|
|
|
}
|
|
|
}
|
|
|
for (File file : files) {
|
|
|
- if (file.getName().toLowerCase().endsWith("-5-满意率.png")) {
|
|
|
+ if (file.getName().toLowerCase().endsWith("-5-处理时长.png")) {
|
|
|
String mediaId = tslTaskDingTalkUtil.upload(file.getAbsolutePath(), "image");
|
|
|
tslTaskDingTalkUtil.sendImageMsgWithRobot(mediaId);
|
|
|
}
|
|
|
}
|
|
|
for (File file : files) {
|
|
|
- if (file.getName().toLowerCase().endsWith("-6-解决率.png")) {
|
|
|
+ if (file.getName().toLowerCase().endsWith("-6-满意率.png")) {
|
|
|
String mediaId = tslTaskDingTalkUtil.upload(file.getAbsolutePath(), "image");
|
|
|
tslTaskDingTalkUtil.sendImageMsgWithRobot(mediaId);
|
|
|
}
|
|
|
}
|
|
|
for (File file : files) {
|
|
|
- if (file.getName().toLowerCase().endsWith("-7-响应率.png")) {
|
|
|
+ if (file.getName().toLowerCase().endsWith("-7-解决率.png")) {
|
|
|
+ String mediaId = tslTaskDingTalkUtil.upload(file.getAbsolutePath(), "image");
|
|
|
+ tslTaskDingTalkUtil.sendImageMsgWithRobot(mediaId);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ for (File file : files) {
|
|
|
+ if (file.getName().toLowerCase().endsWith("-8-响应率.png")) {
|
|
|
String mediaId = tslTaskDingTalkUtil.upload(file.getAbsolutePath(), "image");
|
|
|
tslTaskDingTalkUtil.sendImageMsgWithRobot(mediaId);
|
|
|
}
|