bug fix
This commit is contained in:
@@ -1517,7 +1517,7 @@ public class JDUtil {
|
|||||||
for (String s : split){
|
for (String s : split){
|
||||||
logger.info("sendOrderToWxByOrderD.split 内容 {}", s);
|
logger.info("sendOrderToWxByOrderD.split 内容 {}", s);
|
||||||
}
|
}
|
||||||
if (split.length != 3) {
|
if (split.length != 4) {
|
||||||
wxUtil.sendTextMessage(fromWxid, "输入格式为:\n 单\n型号\n数量\n地址", 1, fromWxid, false);
|
wxUtil.sendTextMessage(fromWxid, "输入格式为:\n 单\n型号\n数量\n地址", 1, fromWxid, false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user