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