hujg 2 years ago
parent
commit
1b4e397683

+ 1 - 1
src/main/java/com/steerinfo/dil/service/impl/AmsSaleOrderServiceImpl.java

@@ -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") + "不存在!!");
             }
             }
         }
         }
         // 是否自提
         // 是否自提