fix
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
|
||||
"time"
|
||||
|
||||
"hm-server/common/globalkey"
|
||||
"tydata-server/common/globalkey"
|
||||
|
||||
"github.com/Masterminds/squirrel"
|
||||
"github.com/pkg/errors"
|
||||
@@ -27,8 +27,8 @@ var (
|
||||
agentProductConfigRowsExpectAutoSet = strings.Join(stringx.Remove(agentProductConfigFieldNames, "`id`", "`create_time`", "`update_time`"), ",")
|
||||
agentProductConfigRowsWithPlaceHolder = strings.Join(stringx.Remove(agentProductConfigFieldNames, "`id`", "`create_time`", "`update_time`"), "=?,") + "=?"
|
||||
|
||||
cacheHmAgentProductConfigIdPrefix = "cache:hm:agentProductConfig:id:"
|
||||
cacheHmAgentProductConfigProductIdPrefix = "cache:hm:agentProductConfig:productId:"
|
||||
cacheHmAgentProductConfigIdPrefix = "cache:tydata:agentProductConfig:id:"
|
||||
cacheHmAgentProductConfigProductIdPrefix = "cache:tydata:agentProductConfig:productId:"
|
||||
)
|
||||
|
||||
type (
|
||||
|
||||
Reference in New Issue
Block a user