|
|
@@ -219,6 +219,7 @@ public class WarehouseSealingRecordServiceImpl implements WarehouseSealingRecord
|
|
219
|
219
|
Integer keepingWay =null;
|
|
220
|
220
|
Integer draftType =null;
|
|
221
|
221
|
Integer temperatureMeasureType=null;
|
|
|
222
|
+ Integer storehouseType=null;
|
|
222
|
223
|
|
|
223
|
224
|
if(stoMap != null && !stoMap.isEmpty()){
|
|
224
|
225
|
if(stoMap.get("designCapacity")!=null){
|
|
|
@@ -234,8 +235,11 @@ public class WarehouseSealingRecordServiceImpl implements WarehouseSealingRecord
|
|
234
|
235
|
if(stoMap.get("temperatureMeasureType")!=null){
|
|
235
|
236
|
temperatureMeasureType =(Integer)(stoMap.get("temperatureMeasureType"));
|
|
236
|
237
|
}
|
|
|
238
|
+ if(stoMap.get("storehouseType")!=null){
|
|
|
239
|
+ storehouseType =(Integer)(stoMap.get("storehouseType"));
|
|
|
240
|
+ }
|
|
237
|
241
|
}
|
|
238
|
|
-
|
|
|
242
|
+ grainSituationCard.setStorehouseType(storehouseType);
|
|
239
|
243
|
grainSituationCard.setKeepingWay(keepingWay);
|
|
240
|
244
|
grainSituationCard.setDesignCapacity(designCapacity);
|
|
241
|
245
|
grainSituationCard.setDrafttype(draftType);
|