diff --git a/emis-biz/src/main/java/com/xdadan/erp/emis/service/impl/EmisWarehouseInBatchServiceImpl.java b/emis-biz/src/main/java/com/xdadan/erp/emis/service/impl/EmisWarehouseInBatchServiceImpl.java
index 8a88c462e..03c12834a 100644
--- a/emis-biz/src/main/java/com/xdadan/erp/emis/service/impl/EmisWarehouseInBatchServiceImpl.java
+++ b/emis-biz/src/main/java/com/xdadan/erp/emis/service/impl/EmisWarehouseInBatchServiceImpl.java
@@ -107,6 +107,8 @@ public class EmisWarehouseInBatchServiceImpl extends EmisBaseService implements
}
+
+
// 判断是否已经开单,开单后不允许再次入仓
EmisWarehouseIn emisWarehouseIn=emisWarehouseInMapper.selectEmisWarehouseInByInNo(emisWarehouseInBatch.getInNo());
if(emisWarehouseIn==null){
diff --git a/emis-biz/src/main/resources/mapper/EmisWarehouseInBatchMapper.xml b/emis-biz/src/main/resources/mapper/EmisWarehouseInBatchMapper.xml
index 13d753ac5..fdabf5b4c 100644
--- a/emis-biz/src/main/resources/mapper/EmisWarehouseInBatchMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisWarehouseInBatchMapper.xml
@@ -174,9 +174,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
#{prepareInRemark},
#{prepareInSupplier},
#{packType},
- #{totalParcelQty},
+ #{parcelQty},
#{totalVolume},
- #{totalWeight},
+ #{billWeight},
#{parcelQty},
#{billWeight},
#{realValue},
@@ -219,9 +219,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
prepare_in_remark = #{prepareInRemark},
prepare_in_supplier = #{prepareInSupplier},
pack_type = #{packType},
- total_parcel_qty = #{totalParcelQty},
+ total_parcel_qty = #{parcelQty},
total_volume = #{totalVolume},
- total_weight = #{totalWeight},
+ total_weight = #{billWeight},
parcel_qty = #{parcelQty},
bill_weight = #{billWeight},
real_value = #{realValue},