Compare commits

..

No commits in common. "37784d49e79b9aa3ccada003253acebaf3f35f98" and "ad46244534c7ad000f4e62dd728a1afca86b9942" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

@ -260,10 +260,6 @@ public class BackApplyController extends BaseController {
@PostMapping("examineList")
public AjaxResult examineList(@RequestBody BackApplyInfo record) {
try {
if (StringUtils.isNull(record)) {
return AjaxResult.error("参数错误");
}
List<BackApplyInfo> list = backApplyService.examineList(record);
return success(list);
} catch (Exception e) {