操作记录表索引修改

This commit is contained in:
苏尹岚
2020-01-14 15:14:01 +08:00
parent dbc1fb7cd2
commit 255a6945b0

View File

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