|
|
@ -168,6 +168,10 @@ public class AsBusrepairInventorybillService extends MybatisBaseService<AsBusrep |
|
|
|
InventoryBillDetailsVo inventoryBillDetailsVo = new InventoryBillDetailsVo(); |
|
|
|
BeanUtil.copyProperties(asBusrepairInventorybill, inventoryBillDetailsVo, "sid"); |
|
|
|
List<SitemsVo> sitemVoList = asBusrepairBillService.selectSitemList(asBusrepairInventorybill.getSourceBillSid()); |
|
|
|
return null; |
|
|
|
sitemVoList.removeAll(Collections.singleton(null)); |
|
|
|
if (!sitemVoList.isEmpty()) { |
|
|
|
inventoryBillDetailsVo.setSitemVoList(sitemVoList); |
|
|
|
} |
|
|
|
return rb.success().setData(inventoryBillDetailsVo); |
|
|
|
} |
|
|
|
} |
|
|
|