流程待办集成0.2

This commit is contained in:
李靖 2024-05-21 11:43:24 +08:00
parent 84e0eb1f77
commit 50dc02f2a1
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ public class MessageListen extends AbstractMessageServiceHandler {
if (title != null) { if (title != null) {
int dex = title.indexOf("", 0); int dex = title.indexOf("", 0);
if (dex != -1) { if (dex != -1) {
title = title.substring(dex + 1);//截取单后面的字符串 title = title.substring(dex);//截取单后面的字符串
} }
} }
// if (title == null) { // if (title == null) {