|
@@ -924,6 +924,7 @@ func getMonthDay(year, month int) (days int) {
|
|
|
|
|
|
// GetOrmInReplace 获取orm的in查询替换?的方法
|
|
// GetOrmInReplace 获取orm的in查询替换?的方法
|
|
func GetOrmInReplace(num int) string {
|
|
func GetOrmInReplace(num int) string {
|
|
|
|
+ return `?`
|
|
template := make([]string, num)
|
|
template := make([]string, num)
|
|
for i := 0; i < num; i++ {
|
|
for i := 0; i < num; i++ {
|
|
template[i] = "?"
|
|
template[i] = "?"
|