mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
Merge branch '4.3.1-pr-AZI-D-patch-1' into 4.3.1-main
This commit is contained in:
commit
74ef8f1d23
@ -88,6 +88,9 @@ public class JobController {
|
||||
if (request.getJobId() != null) {
|
||||
|
||||
Optional<JobInfoDO> jobInfoOpt = jobInfoRepository.findById(request.getJobId());
|
||||
if (!jobInfoOpt.get().getAppId().equals(request.getAppId())){
|
||||
return ResultDTO.failed("请输入该app下的jobId");
|
||||
}
|
||||
PageResult<JobInfoVO> result = new PageResult<>();
|
||||
result.setIndex(0);
|
||||
result.setPageSize(request.getPageSize());
|
||||
|
Loading…
x
Reference in New Issue
Block a user