Quellcode durchsuchen

修改入库上传金蝶代码

luobang vor 2 Jahren
Ursprung
Commit
f1bb082e75

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

@@ -447,6 +447,7 @@ public class WmspGridMaterialServiceImpl  implements IWmspGridMaterialService {
             wmspInboundEas.setInsertUpdateRemark(json.toString());
             wmspInboundEas.setUpdateUsername(resultMap);
             wmspInboundEas.setWarehouseId(new BigDecimal(warehouseId));
+            wmspInboundEas.setDeleted(new BigDecimal(0));
             wmspInboundEasMapper.insertSelective(wmspInboundEas);
             for (int i =0;i<quantity;i++){
                 Map<String,Object> map =materialIdList.get(i);