12345 |
- {{- range $index,$row := $.param}}
- INSERT INTO `permis` (`name`, `code`, `path`, `parent_code`, `type`, `sort`, `system_type`, `extra`,`menu_category`)
- VALUES ('{{$row.Name}}', '{{$row.Code}}', '{{$row.Path}}', '{{$row.ParentCode}}', {{$row.Type}}, {{$row.Sort}}, {{$row.SystemType}}, '{}', '{{$row.MenuCategory}}');
- {{- end }}
|