Compare commits
	
		
			2 Commits
		
	
	
		
			ad46244534
			...
			37784d49e7
		
	
	| Author | SHA1 | Date | 
|---|---|---|
| 
							
							
								
								 | 
						37784d49e7 | |
| 
							
							
								
								 | 
						f17a656374 | 
| 
						 | 
					@ -260,6 +260,10 @@ public class BackApplyController extends BaseController {
 | 
				
			||||||
    @PostMapping("examineList")
 | 
					    @PostMapping("examineList")
 | 
				
			||||||
    public AjaxResult examineList(@RequestBody BackApplyInfo record) {
 | 
					    public AjaxResult examineList(@RequestBody BackApplyInfo record) {
 | 
				
			||||||
        try {
 | 
					        try {
 | 
				
			||||||
 | 
					            if (StringUtils.isNull(record)) {
 | 
				
			||||||
 | 
					                return AjaxResult.error("参数错误");
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            List<BackApplyInfo> list = backApplyService.examineList(record);
 | 
					            List<BackApplyInfo> list = backApplyService.examineList(record);
 | 
				
			||||||
            return success(list);
 | 
					            return success(list);
 | 
				
			||||||
        } catch (Exception e) {
 | 
					        } catch (Exception e) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue