- update log

master
李光春 2 years ago
parent e383a29b60
commit 115dae5334

@ -76,10 +76,6 @@ func NewGinClient(attrs ...*OperationAttr) (*GinClient, error) {
return nil, errors.New("驱动不能为空")
}
if c.config.tableName == "" {
return nil, errors.New("表名不能为空")
}
c.mongoCollectionClient = c.mongoCollectionClient.Collection(c.config.tableName)
default:

Loading…
Cancel
Save