ServiceUserInfoMod

package
v5.1.37 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AppendLog

func AppendLog(args ArgsAppendLog)

AppendLog 添加日志

func PushInfoOut

func PushInfoOut(infoID int64, outAt time.Time)

PushInfoOut 推送标记老人离开

func PushInfoReturn

func PushInfoReturn(infoID int64)

PushInfoReturn 还原档案

Types

type ArgsAppendLog

type ArgsAppendLog struct {
	//档案ID
	InfoID int64 `db:"info_id" json:"infoID"`
	//组织ID
	// 允许平台方的0数据,该数据可能来源于其他领域
	OrgID int64 `db:"org_id" json:"orgID"`
	//修改的位置
	// 1. 字段
	// 2. 或扩展参数指定的内容,例如params.[mark]
	// 3. 其他内容采用.形式跨越记录
	// 4. room.in 入驻房间变更
	ChangeMark string `db:"change_mark" json:"changeMark"`
	ChangeDes  string `db:"change_des" json:"changeDes"`
	//修改前描述
	OldDes string `db:"old_des" json:"oldDes"`
	//修改后描述
	NewDes string `db:"new_des" json:"newDes"`
}

ArgsAppendLog 添加日志参数

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL