master
wubin 5 years ago
parent 99a77333bf
commit 8b4815dda3

File diff suppressed because it is too large Load Diff

@ -17,7 +17,8 @@ func DeleteGlobalInfo(ids string, actionPersonId string, actionIpAddress string)
}
func UpdateGlobalInfo(globalId string, globalTypeId int32, globalCode string, globalValue string, globalRemarks string, sortId int32, actionPersonId string, actionIpAddress string) (*BaseGlobalProto.Reply, error) {
Reply, err := UpdateBaseGlobal(BaseGlobalProto.ModelArg{GlobalId: globalId, GlobalTypeId: globalTypeId, GlobalCode: globalCode, GlobalValue: globalValue, GlobalRemarks: globalRemarks, SortId: sortId, ActionPersonId: actionPersonId, ActionIpAddress: actionIpAddress})
forceUpdateFields := []string{"global_remarks"}
Reply, err := UpdateBaseGlobal(BaseGlobalProto.ModelArg{GlobalId: globalId, GlobalTypeId: globalTypeId, GlobalCode: globalCode, GlobalValue: globalValue, GlobalRemarks: globalRemarks, SortId: sortId, ActionPersonId: actionPersonId, ActionIpAddress: actionIpAddress, ForceUpdateFields: forceUpdateFields})
return Reply, err
}

Loading…
Cancel
Save