|
|
|
@ -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);
|
|
|
|
|