This commit is contained in:
@@ -31,7 +31,7 @@ class_check:
|
||||
|
||||
# API 变更检测(路径 / 请求方式 / 参数),与 class_check 同级
|
||||
api_check:
|
||||
enabled: false
|
||||
enabled: true
|
||||
exclude_framework_params: true
|
||||
endpoint_scan:
|
||||
controllers:
|
||||
|
||||
@@ -181,7 +181,7 @@ public class ApplyClockInController {
|
||||
* @return jnpf.base.ActionResult<jnpf.model.workflow.vo.ApplyAttendanceChangeVo>
|
||||
*/
|
||||
@GetMapping(value = "/outside/{id}")
|
||||
public ActionResult<ApplyAttendanceOutsideVo> getApplyAttendanceOutside(@PathVariable(value = "id") String ids) {
|
||||
public ActionResult<ApplyAttendanceOutsideVo> getApplyAttendanceOutside(@PathVariable(value = "id") String id) {
|
||||
|
||||
ApplyAttendanceOutsideVo vo = applyAttendanceOutsideService.getApplyAttendanceOutside(id);
|
||||
return ActionResult.success(vo);
|
||||
|
||||
Reference in New Issue
Block a user