| | |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.ResponseBody; |
| | | |
| | | import javax.annotation.Resource; |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import jakarta.annotation.Resource; |
| | | import jakarta.servlet.http.HttpServletRequest; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | |
| | | JobInfoController.validPermission(request, jobInfo.getJobGroup()); |
| | | |
| | | // Glue类型-字典 |
| | | model.addAttribute("GlueTypeEnum" , GlueTypeEnum.values()); |
| | | model.addAttribute("GlueTypeEnum", GlueTypeEnum.values()); |
| | | |
| | | model.addAttribute("jobInfo" , jobInfo); |
| | | model.addAttribute("jobLogGlues" , jobLogGlues); |
| | | model.addAttribute("jobInfo", jobInfo); |
| | | model.addAttribute("jobLogGlues", jobLogGlues); |
| | | return "jobcode/jobcode.index"; |
| | | } |
| | | |