Commit eb2349b0 authored by 董建华's avatar 董建华

fixbug

parent ca466351
......@@ -172,7 +172,7 @@ public class LoginInterceptorAspect {
}
CountDevice countDevice = loginInfoRepository.countByPhoneAndDevice(phone, device.ordinal(),);
CountDevice countDevice = loginInfoRepository.countByPhoneAndDevice(phone, device.ordinal(), deviceId);
if (null == countDevice) {
return LoginRefuseResult.builder()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment