损耗出库问题

workplace
yewj 10 months ago
parent fe6a7c18b1
commit 5a731baf5d

@ -339,6 +339,7 @@ public class IoSplitDesOrderService extends ServiceImpl<IoSplitDesOrderMapper, I
if (splitCodeEntity == null) {
throw new RuntimeException("存量不足!");
}
count = 0;
}
splitCodeEntity.setRemainCount(count);
splitCodeService.updateById(splitCodeEntity);

Loading…
Cancel
Save