案件受理

This commit is contained in:
18792927508
2024-01-31 17:33:24 +08:00
parent 8b1da3b4d9
commit fe51b4f655
10 changed files with 237 additions and 36 deletions
@@ -165,8 +165,9 @@ public class MsCaseApplicationController extends BaseController {
* @return
*/
@PostMapping("/accept")
public AjaxResult accept(@RequestBody MsCaseApplication req ) {
if (StrUtil.isEmpty(req.getMediationMethod())
public AjaxResult accept(@RequestBody MsCaseApplicationVO req ) {
if (StrUtil.isEmpty(req.getMediationMethod() )
|| req.getAgreeFlag()==null
|| req.getPaperFlag() == null
|| req.getCaseFlowId() == null
|| req.getArbitrateConfirm() == null