Code-Fight commented on code in PR #897:
URL: 
https://github.com/apache/incubator-seata-go/pull/897#discussion_r2412316802


##########
pkg/saga/statemachine/store/db/statelog.go:
##########
@@ -949,9 +1118,9 @@ func execStateInstanceStatementForUpdate(obj 
statelang.StateInstance, stmt *sql.
                serializedError,
                obj.Status(),
                obj.SerializedOutputParams(),
-               obj.EndTime(),
+               time.Now(),

Review Comment:
   无需调整,与java侧保持一致



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to