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