enhance(repository):改进查询条件的生成方式。

This commit is contained in:
徐涛
2022-08-12 13:53:52 +08:00
parent b9b9a9c738
commit 0692b246c1
3 changed files with 7 additions and 4 deletions

2
go.mod
View File

@@ -10,6 +10,7 @@ require (
github.com/shopspring/decimal v1.3.1
github.com/spf13/viper v1.12.0
github.com/vmihailenco/msgpack/v5 v5.3.5
xorm.io/builder v0.3.12
xorm.io/xorm v1.3.1
)
@@ -51,5 +52,4 @@ require (
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
xorm.io/builder v0.3.11-0.20220531020008-1bd24a7dc978 // indirect
)