|
|
|
@ -138,7 +138,7 @@ public class StuEncryptOnChainServiceImpl implements StuEncryptOnChainService {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//追加在上一个区块链后面
|
|
|
|
|
StuSupplyOnchain stuBlockOnChain1 = stuBlockOnChainMapper.selectByTime(dto.getUserId());
|
|
|
|
|
StuSupplyOnchain stuBlockOnChain1 = stuBlockOnChainMapper.selectByTimeSupply(dto.getUserId());
|
|
|
|
|
|
|
|
|
|
StuSupplyOnchain onChain = stuBlockOnChainMapper.selectByPrimaryKey(stuBlockOnChain1.getId());
|
|
|
|
|
|
|
|
|
@ -157,7 +157,7 @@ public class StuEncryptOnChainServiceImpl implements StuEncryptOnChainService {
|
|
|
|
|
} else {
|
|
|
|
|
|
|
|
|
|
//追加在上一个区块链后面
|
|
|
|
|
StuSupplyOnchain stuBlockOnChain1 = stuBlockOnChainMapper.selectByTime(dto.getUserId());
|
|
|
|
|
StuSupplyOnchain stuBlockOnChain1 = stuBlockOnChainMapper.selectByTimeSupply(dto.getUserId());
|
|
|
|
|
|
|
|
|
|
StuSupplyOnchain onChain = stuBlockOnChainMapper.selectByPrimaryKey(stuBlockOnChain1.getId());
|
|
|
|
|
|
|
|
|
|