This commit is contained in:
Van0313
2025-04-26 12:22:16 +08:00
parent 7f25fc1619
commit 433da799ef

View File

@@ -1517,7 +1517,7 @@ public class JDUtil {
for (String s : split){
logger.info("sendOrderToWxByOrderD.split 内容 {}", s);
}
if (split.length != 3) {
if (split.length != 4) {
wxUtil.sendTextMessage(fromWxid, "输入格式为:\n 单\n型号\n数量\n地址", 1, fromWxid, false);
return;
}