操作记录表索引修改

This commit is contained in:
苏尹岚
2020-01-14 15:14:01 +08:00
parent 37cda8eab4
commit 5091e543bb

View File

@@ -39,6 +39,6 @@ func (v *OperateEventDetail) TableIndex() [][]string {
func (*OperateEventDetail) TableUnique() [][]string {
return [][]string{
[]string{"ThingID", "StoreID"},
[]string{"ThingID", "StoreID", "AccessUUID"},
}
}