|
|
@ -775,6 +775,9 @@ public class WmsShelfBillService extends MybatisBaseService<WmsShelfBillMapper, |
|
|
|
AppDetailsVo.AppDetailsListVo dVo = new AppDetailsVo.AppDetailsListVo(); |
|
|
|
BeanUtil.copyProperties(detail, dVo); |
|
|
|
dVo.setGoodsName(detail.getGoodsSpuName()); |
|
|
|
if (null != detail.getCount()) { |
|
|
|
dVo.setCount(String.valueOf(detail.getCount().intValue())); |
|
|
|
} |
|
|
|
BigDecimal count = new BigDecimal("0"); |
|
|
|
BigDecimal acCount = new BigDecimal("0"); |
|
|
|
if (null != detail.getCount()) { |
|
|
|