Merge branch 'version_performance_2.0' of http://gitlab.ldxinyong.com/enterpriseManagement/lz_management into version_performance_2.0

This commit is contained in:
wulin 2020-10-30 11:54:06 +08:00
commit c9772211d1
2 changed files with 2 additions and 2 deletions

View File

@ -968,7 +968,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: