diff --git a/.gitignore b/.gitignore index 7c275f5..0b5c5c1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ # Test binary, built with `go test -c` *.test +*.git + /fatal # Output of the go coverage tool, specifically when used with LiteIDE *.out \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7..b6b1c18 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,5 +2,6 @@ + \ No newline at end of file diff --git a/apps/rule/services/rulechain.go b/apps/rule/services/rulechain.go index 4ba171f..236c4d1 100644 --- a/apps/rule/services/rulechain.go +++ b/apps/rule/services/rulechain.go @@ -114,6 +114,7 @@ func (m *ruleChainModelImpl) FindListBaseLabel(data entity.RuleChain) *[]entity. } func (m *ruleChainModelImpl) Update(data entity.RuleChain) *entity.RuleChain { + //更改本地规则链缓存 if data.RuleDataJson != "" { go global.EventEmitter.Emit(events.ProductChainRuleEvent, data.Id, data.RuleDataJson) }