|
@@ -149,7 +149,7 @@ public class TenantActivationCodeController extends BaseController {
|
|
|
}
|
|
|
boolean update = tenantActivationCodeService.lambdaUpdate()
|
|
|
.set(TenantActivationCode::getSendStatus, EActivationCode.WAIT)
|
|
|
- .eq(TenantActivationCode::getTenantId, id)
|
|
|
+ .eq(TenantActivationCode::getId, id)
|
|
|
.eq(TenantActivationCode::getActivationStatus, false)
|
|
|
.eq(TenantActivationCode::getSendStatus, EActivationCode.SEND)
|
|
|
.update();
|