|
|
@ -79,7 +79,7 @@ public class ApplyController extends BaseController {
|
|
|
|
return success(applyInfoListManager.audit(applyId));
|
|
|
|
return success(applyInfoListManager.audit(applyId));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation("退回")
|
|
|
|
@ApiOperation("申请退回")
|
|
|
|
@GetMapping(value = "/applyBack")
|
|
|
|
@GetMapping(value = "/applyBack")
|
|
|
|
public AjaxResult applyBack(@RequestParam String applyId,
|
|
|
|
public AjaxResult applyBack(@RequestParam String applyId,
|
|
|
|
@RequestParam(required = false) String applyMsg) {
|
|
|
|
@RequestParam(required = false) String applyMsg) {
|
|
|
|