案件受理
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user