提交修改
This commit is contained in:
parent
74c61f4b2d
commit
5288a78da0
@ -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")
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user