|
@@ -741,7 +741,7 @@ func (this *BusinessTrip) Close() {
|
|
|
this.FailWithMessage("获取数据失败!", "获取数据失败!GetBusinessApplyById:"+err.Error())
|
|
|
return
|
|
|
}
|
|
|
- if sysUser.AdminId != businessApplyItem.BusinessApplyId && sysUser.AdminId != businessApplyItem.ApproveId {
|
|
|
+ if sysUser.AdminId != businessApplyItem.ApplyAdminId && sysUser.AdminId != businessApplyItem.ApproveId {
|
|
|
this.FailWithMessage("无权操作", "无权操作")
|
|
|
return
|
|
|
}
|