Explorar o código

Merge branch 'needs/trip_close' into debug

hsun hai 1 ano
pai
achega
ebe129cd0b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/business_trip/business_apply.go

+ 1 - 1
controllers/business_trip/business_apply.go

@@ -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
 	}