|
@@ -359,7 +359,7 @@ public class InvLotLocIdServiceImpl implements IInvLotLocIdService {
|
|
|
return AjaxResult.error();
|
|
|
}
|
|
|
if (invLotLocId.getQty().compareTo(BigDecimal.ZERO) == 0) {
|
|
|
- invLotLocIdService.deleteInvLotLocIdByLotnum(null);
|
|
|
+ invLotLocIdService.deleteInvLotLocIdById(locationId, customerId, sku, lotnum);
|
|
|
}
|
|
|
return AjaxResult.success();
|
|
|
}
|