发起转让问题修改1

This commit is contained in:
tonglin 2023-01-09 17:25:27 +08:00
parent a544f051a1
commit 8a376c2125
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ public class UserService extends AbstractUserBot implements IUserService {
.eq(TransferBot::getIsSuccess,2)
.orderByDesc(TransferBot::getId));
if (transferBots!=null&&transferBots.size()>0){
TransferBot transferBot = new TransferBot();
TransferBot transferBot = transferBots.get(0);
transferBot.setIsSuccess(0);
transferBotMapper.updateById(transferBot);
}else {