|
@ -755,5 +755,20 @@ public class ItemController { |
|
|
return itemService.appealAgain(); |
|
|
return itemService.appealAgain(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* |
|
|
|
|
|
* @description: S诉求申诉列表 |
|
|
|
|
|
* @author qushutong |
|
|
|
|
|
* @date 2023/9/4 14:02 |
|
|
|
|
|
* @param [params] |
|
|
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result |
|
|
|
|
|
* @Version1.0 |
|
|
|
|
|
**/ |
|
|
|
|
|
@PostMapping("closedPage") |
|
|
|
|
|
public Result closedPage(@RequestParam Map<String, Object> params){ |
|
|
|
|
|
return itemService.getClosePage(params); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|