|
@@ -5,7 +5,6 @@ import com.alibaba.fastjson.JSONObject;
|
|
|
import lombok.Data;
|
|
|
import lombok.RequiredArgsConstructor;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import thyyxxk.webserver.config.exception.ExceptionEnum;
|
|
|
import thyyxxk.webserver.dao.his.LoginDao;
|
|
@@ -36,7 +35,6 @@ public class LoginService {
|
|
|
private final PublicServer publicServer;
|
|
|
private final SendWxInfoService sendWxInfoService;
|
|
|
|
|
|
-
|
|
|
@Data
|
|
|
public static class Verification {
|
|
|
private String codeRs;
|
|
@@ -82,9 +80,6 @@ public class LoginService {
|
|
|
userInfo.setPartTimeDeptMap(tempMap);
|
|
|
}
|
|
|
userInfo.setHzDay(dao.getDeptHzDayByCode(userInfo.getDeptCode()));
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
tempUserInfo.setToken(token);
|
|
|
tempUserInfo.setIp(ip);
|
|
|
tempUserInfo.setSid(makeSid(tempUserInfo.getCode(), userInfo.getSid(), ip));
|