|
|
@@ -43,8 +43,6 @@ public class SoraCodeFrontServiceImpl implements SoraCodeFrontService {
|
|
|
SoraCode availableCode = soraCodeMapper.selectOne(
|
|
|
new LambdaQueryWrapper<SoraCode>()
|
|
|
.eq(SoraCode::getStatus, false)
|
|
|
- .isNull(SoraCode::getUserId)
|
|
|
- .isNull(SoraCode::getOrderId)
|
|
|
.last("limit 1")
|
|
|
);
|
|
|
|