优化调解功能
This commit is contained in:
+1
-1
@@ -253,7 +253,7 @@ public class MsCaseApplicationController extends BaseController {
|
||||
* @return
|
||||
*/
|
||||
@PostMapping("/mediation")
|
||||
public AjaxResult mediation(@RequestBody MsCaseApplicationReq req) {
|
||||
public AjaxResult mediation(@RequestBody MsCaseApplicationReq req) throws EsignDemoException, InterruptedException {
|
||||
if (req.getCaseFlowId() == null || req.getId() == null) {
|
||||
return error("参数校验失败");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user