func BatchFindByID(model string) (string, error) {
    const body = `func {{ .funcName }}(db *gorm.DB, idSlice []int) ([]*{{ .model }}, error) {
    if len(idSlice) == 0 {
        return nil, nil
    }