优化
This commit is contained in:
@ -577,7 +577,7 @@ public class WgzAppController {
|
||||
//2、根据唯一标识获取到当前用户的招工
|
||||
BgtProjectRecruitApply by = iBgtProjectRecruitApplyService.selectByUserIdProjectRecruitApplyId(appUserId);
|
||||
//3、根据招工id获取到具体招工信息
|
||||
BgtProjectRecruit appById = iBgtProjectRecruitService.getAppById(by.getId());
|
||||
BgtProjectRecruit appById = iBgtProjectRecruitService.getAppById(by.getRecruitId());
|
||||
Map<String, LocalTime> mp = new HashMap<>();
|
||||
mp.put("beginWorkTime", appById.getBeginWorkTime());
|
||||
mp.put("endWorkTime", appById.getEndWorkTime());
|
||||
|
@ -28,7 +28,7 @@ captcha:
|
||||
# 开发环境配置
|
||||
server:
|
||||
# 服务器的HTTP端口,默认为8080
|
||||
port: 9099
|
||||
port: 9098
|
||||
servlet:
|
||||
# 应用的访问路径
|
||||
context-path: /ruoyi
|
||||
|
Reference in New Issue
Block a user