调解书签收
This commit is contained in:
+13
@@ -89,6 +89,19 @@ public class MsSignSealController extends BaseController {
|
||||
return msSignSealService.msCaseFile(dto.getIds());
|
||||
}
|
||||
|
||||
/**
|
||||
* 签收
|
||||
* @param dto
|
||||
* @return
|
||||
*/
|
||||
@PostMapping("/msCaseSign")
|
||||
public AjaxResult msCaseSign(@RequestBody MsSignSealDTO dto){
|
||||
if (dto.getCaseId() == null) {
|
||||
return error("参数校验失败");
|
||||
}
|
||||
return msSignSealService.msCaseSign(dto);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user