@ -1252,7 +1252,7 @@ public class DistrilbutionBillLadingServiceImpl extends BaseServiceImpl<Distrilb
throw new ServiceException("输入错误的数量,请移除订单!");
}
int i1 = quantity - quantity1;
int i1 =quantity1 - quantity ;
if (i1 > 0) {
//减少了
distributionParcelNumberService.updateBillNum(i.getParcelListId(), i1, 1);