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
{{ message }}
This repository was archived by the owner on Apr 15, 2026. It is now read-only.
buider/dao.go
多行插入,如果第一行插入数据的元素数量少于后面的行数,会报错 insert data not match
原因是所有行的元素校验都用第一行的数据的key校验
源码如下
fields = resolveFields(setMap[0])