Merge branch 'zcwy0525-llf' into dev0525

# Conflicts:
#	servers/boe-server-all/src/main/java/com/xboe/api/ThirdApi.java
#	servers/boe-server-all/src/main/resources/application.properties
This commit is contained in:
zhaolongfei
2024-05-25 19:09:23 +08:00
2 changed files with 2 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ public class ThirdApi {
private String getStudyStatus;
//获取例外人员的id
public List<String> getUserId(){
String responseBody = Optional.ofNullable(HttpRequest.get(infarasApiUrl+"?pid=136&type=1").execute() //prod 316
String responseBody = Optional.ofNullable(HttpRequest.get(infarasApiUrl+"?pid=316&type=1").execute() //prod 316
.body()).orElseThrow(() -> new RuntimeException("token校验失败"));
log.info("正在获取例外人员工号 responseBody = " + responseBody);
try {
@@ -192,7 +192,6 @@ public class ThirdApi {
}
public List<StudyCourse>getStudyCourseList(String studyId,String courseId, String token){
System.out.println("------------------getStudyCourseList-----------------------------");
StudyCourseVo studyCourseVo = new StudyCourseVo();
studyCourseVo.setStudyId(studyId);
studyCourseVo.setCourseId(courseId);

View File

@@ -57,7 +57,7 @@ logging.config=classpath:log/logback-@profileActive@.xml
#boe.domain=https://pretest.zcwytd.com
boe.domain=https://u.boe.com
#boe.domain=http://127.0.0.1:30001
#boe.domain=http://localhost:30001
orgTree.orgTreeList=${boe.domain}/userbasic/org/list
# ????id????????????
orgTree.orgChildTreeList=${boe.domain}/userbasic/org/childOrgs