|
@ -3484,7 +3484,7 @@ public class MedicinedeviceService extends BaseJpaService<Mediicinedevice, Medi
|
|
|
boolean cargoCapacityChanged = false;
|
|
|
if (org.apache.commons.lang3.StringUtils.isNoneBlank(qty)){
|
|
|
if (Integer.parseInt(qty) > 99) {
|
|
|
throw new RuntimeException("库存数量最多99个,请重新设置");
|
|
|
throw new Exception("库存数量最多99个,请重新设置");
|
|
|
}
|
|
|
//有药品时的补货
|
|
|
MedicineDrugInventoryRecord inventoryRecord = new MedicineDrugInventoryRecord();
|