Tencent/APIJSON

重写SQLConfig的getUserIdKey方法后,insert自动充填会丢失created_by字段

Open

#376 opened on Mar 29, 2022

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Java (17,967 stars) (2,229 forks)batch import
Bug 漏洞Question 使用问题help wanted

Description

例: insert into demo(id, name, create_by, update_by);

create_by和update_by是需要自动填充的

Contributor guide