You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can not work correct on this SQL:
INSERT INTO risk_result (campaign_id,risk_level,dirty,manual_mark,ext,create_time,update_time,delete_time,id) VALUES (?,?,?,?,?,?,?,?,?) ON DUPLICATE KEY UPDATE campaign_id=VALUES(campaign_id)
The text was updated successfully, but these errors were encountered:
GORM Playground Link
can not work correct on this SQL:
INSERT INTO
risk_result
(campaign_id
,risk_level
,dirty
,manual_mark
,ext
,create_time
,update_time
,delete_time
,id
) VALUES (?,?,?,?,?,?,?,?,?) ON DUPLICATE KEY UPDATEcampaign_id
=VALUES(campaign_id
)The text was updated successfully, but these errors were encountered: