|
@@ -257,7 +257,7 @@ public class BusinessFsOutConfirmServiceImpl extends ServiceImpl<BusinessFsOutCo
|
257
|
257
|
BasicEnum grainNature = basicEnumMapper.selectById(businessFsOutConfirmContractItem.getGrainNatureId());
|
258
|
258
|
if (ObjectUtils.isNotEmpty(grainNature)) {
|
259
|
259
|
storeWareDetailVO.setGrainNatureId(businessFsOutConfirmContractItem.getGrainNatureId());
|
260
|
|
- storeWareDetailVO.setGrainVarietyName(grainNature.getEnumname());
|
|
260
|
+ storeWareDetailVO.setGrainNatureName(grainNature.getEnumname());
|
261
|
261
|
}
|
262
|
262
|
listVO.add(storeWareDetailVO);
|
263
|
263
|
|