|
@@ -113,6 +113,7 @@ public class BusinessFsOutConfirmServiceImpl extends ServiceImpl<BusinessFsOutCo
|
113
|
113
|
for (BusinessStoreWareDetail businessStoreWareDetail : storeWareDetailList) {
|
114
|
114
|
BusinessStoreWareDetailDataVO storeWareDetailVO = new BusinessStoreWareDetailDataVO();
|
115
|
115
|
|
|
116
|
+ storeWareDetailVO.setId(businessStoreWareDetail.getId());
|
116
|
117
|
//获取仓房
|
117
|
118
|
BasicEnum houseInfo = basicEnumMapper.selectById(businessStoreWareDetail.getHouseId());
|
118
|
119
|
if (ObjectUtils.isNotEmpty(houseInfo)) {
|