This commit is contained in:
Van0313
2025-05-29 19:41:33 +08:00
parent 84d0dd328a
commit a54a9d1a5d
4 changed files with 111 additions and 38 deletions

View File

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