Browse Source

修改出库确认单2

hjc 4 months ago
parent
commit
8317508a19

+ 1 - 1
src/main/java/com/chinaitop/depot/intelligent/financialSupervision/service/impl/BusinessFsOutConfirmServiceImpl.java

@@ -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