提交修改

This commit is contained in:
quyixiao 2020-10-30 11:49:26 +08:00
parent 74c61f4b2d
commit 5288a78da0
2 changed files with 2 additions and 2 deletions

View File

@ -850,7 +850,7 @@ public class ResultRecordController extends AbstractController {
/**
* 删除
*/
// 审批http://localhost:8080/lz_management/user/lzresultrecord/new/approval?resultRecordId=215&status=1&loginUserId=825&comment=xxx&menuName=bbb
// 审批http://localhost:8080/lz_management/user/lzresultrecord/new/approval?resultRecordId=267&status=1&comment=xxx&menuName=bbb
// 跳过http://localhost:8080/lz_management/user/lzresultrecord/new/approval?resultRecordId=215&status=4&menuName=bbb&flowRecordId=360
// 转交http://localhost:8080/lz_management/user/lzresultrecord/new/approval?resultRecordId=215&status=8&menuName=bbb&flowRecordId=360&transferStaffId=294
@RequestMapping("/new/approval")

View File

@ -861,7 +861,7 @@ public class ResultRecordServiceImpl extends ServiceImpl<ResultRecordMapper, Res
throw new RRException("transferStaffId 不能为空");
}
if(approvalDto.getFlowRecordId() == null){
throw new RRException("currentStaffId 不能为空");
throw new RRException("flowRecordId 不能为空");
}
return transfer(approvalDto);
default: