提交修改

This commit is contained in:
quyixiao 2020-11-06 17:05:28 +08:00
parent c9ec84d314
commit 10e027c2a0
2 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ public class StaffRoleController {
return staffRoleService.selectRoleInfoBy(roleModel);
}
// http://localhost:8080/lz_management/user/lzstaffrole/role/detail?id=4
// http://localhost:8080/lz_management/user/lzstaffrole/role/detail?id=28
// http://localhost:8080/lz_management/user/lzstaffrole/role/detail
@RequestMapping("/role/detail")
public R roleDetail(RoleModel roleModel) {

View File

@ -1187,7 +1187,7 @@ public class ResultRecordServiceImpl extends ServiceImpl<ResultRecordMapper, Res
status = 0;
}
if (flowRecord.getStatus() == 2) {
status = 1;
status = 0;
}
flowDetailResp.setStatus(status);
StaffEntity staffEntity = staffService.selectStaffById(flowRecord.getApprovalStaffId());