hizhangqi opened a new issue, #7258:
URL: https://github.com/apache/incubator-seata/issues/7258

    private static final String STATE_MACHINE_FIELDS
           = "id, tenant_id, app_name, name, status, gmt_create, ver, type, 
content, recover_strategy, comment_";
   
       private static final String GET_STATE_MACHINE_BY_ID_SQL = "SELECT " + 
STATE_MACHINE_FIELDS
           + " FROM ${TABLE_PREFIX}state_machine_def WHERE id = ?";
   
       private static final String QUERY_STATE_MACHINES_BY_NAME_AND_TENANT_SQL 
= "SELECT " + STATE_MACHINE_FIELDS
           + " FROM ${TABLE_PREFIX}state_machine_def WHERE name = ? AND 
tenant_id = ? ORDER BY gmt_create DESC";
   
       private static final String INSERT_STATE_MACHINE_SQL = "INSERT INTO 
${TABLE_PREFIX}state_machine_def ("
           + STATE_MACHINE_FIELDS + ") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 
?)";
   
   没有这个话 SAGA 模式报错


-- 
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.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

Reply via email to