This commit is contained in:
雷欧(林平凡)
2025-05-30 13:57:16 +08:00
parent 9ffc04d496
commit 91f17c017d
5 changed files with 309 additions and 120 deletions

View File

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