xjlgod commented on code in PR #741: URL: https://github.com/apache/incubator-seata-go/pull/741#discussion_r1916803112
########## pkg/saga/statemachine/statelang/parser/task_state_json_parser.go: ########## @@ -242,7 +259,7 @@ func (s ServiceTaskStateParser) Parse(stateName string, stateMap map[string]inte return nil, err } - serviceName, err := s.GetString(stateName, stateMap, "serviceName") + serviceName, err := s.GetString(stateName, stateMap, "ServiceName") Review Comment: Why modify this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org