This commit is contained in:
雷欧(林平凡)
2025-06-11 15:12:14 +08:00
parent 1579e570eb
commit 4f97e84f18
2 changed files with 7 additions and 17 deletions

View File

@@ -112,7 +112,7 @@ public class WxMessageConsumer {
}
// 录单群
if ((chatRoom_JD_Order.contains(fromWxid))){
if (msg.startsWith("") || msg.startsWith("慢单") || msg.startsWith("录单") || msg.startsWith("TF")) {
if (msg.startsWith("") || msg.startsWith("慢单") || msg.startsWith("录单") || msg.startsWith("TF") || msg.startsWith("H")) {
//logger.info("录单");
jdUtils.LD(msg, fromWxid);
return;