|
@@ -1382,11 +1382,12 @@ func GetReportContentTextSub(content string) (contentSub string, err error) {
|
|
|
|
|
|
|
|
|
func GetOrmInReplace(num int) string {
|
|
|
- template := make([]string, num)
|
|
|
- for i := 0; i < num; i++ {
|
|
|
- template[i] = "?"
|
|
|
- }
|
|
|
- return strings.Join(template, ",")
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ return "?"
|
|
|
}
|
|
|
|
|
|
|