equator8848 commented on issue #30328:
URL: 
https://github.com/apache/shardingsphere/issues/30328#issuecomment-1971091099

   I found this problem. can not add table name before field in update SQL.
   `UPDATE flow_task_item_principal SET app_id = ?, task_item_id = ?, 
flow_node_id = ?, flow_node_name = ?, flow_node_type = ?, task_status = ?, 
read_status = ?, relational_id = ?, relational_type = ?, relational_attribute = 
?, create_by = ?, create_time = ?, update_by = ?, update_time = ?, tenant_id = 
? WHERE flow_task_item_principal.tenant_id = 330000000000001 AND del_flag = 0 
AND (id = ? AND create_year = ?)`
   
   `flow_task_item_principal.tenant_id` should be `tenant_id`


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

Reply via email to