|
|
@@ -478,6 +478,7 @@ public class GoodsDescController extends BladeController {
|
|
|
.eq(PjStockDesc::getIsDeleted, 0)
|
|
|
.eq(PjStockDesc::getSalesCompanyId, AuthUtil.getDeptId())
|
|
|
.eq(PjStockDesc::getStorageId, goods.getStock())
|
|
|
+ .ne(PjStockDesc::getBalanceQuantity, 0)
|
|
|
.orderByDesc(PjStockDesc::getBalanceQuantity);
|
|
|
List<PjStockDesc> stockDescList = stockDescService.list(lambdaQueryWrapper);
|
|
|
if (!stockDescList.isEmpty()) {
|