permis.template 334 B

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