|
@@ -530,7 +530,7 @@ public class AmsSaleOrderServiceImpl implements IAmsSaleOrderService {
|
|
if (receiveId == null || receiveId.intValue() == 0) {
|
|
if (receiveId == null || receiveId.intValue() == 0) {
|
|
receiveId = amsSaleOrderMapper.findReceiveId(mapValue.get("receiveName"));
|
|
receiveId = amsSaleOrderMapper.findReceiveId(mapValue.get("receiveName"));
|
|
if (receiveId == null) {
|
|
if (receiveId == null) {
|
|
- throw new Exception("您输入的收货单位:" + mapValue.get("receiveName") + "不存在!!");
|
|
|
|
|
|
+ throw new Exception("您输入的下单客户:" + mapValue.get("receiveName") + "不存在!!");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// 是否自提
|
|
// 是否自提
|