Commit 738c6c57 authored by Quxl's avatar Quxl

x

parent 2b6e2970
......@@ -55,6 +55,7 @@ public class WebUtilController {
@PostMapping("initAllEnrollType")
@ApiOperation("初始化所有影片性质")
public Object initAllEnrollType() {
this.verifyAuth();
jdbcTemplate.executeUpdate("delete from fc_member_film_enroll");
String sql = "select id, enroll_type_name, enroll_type_name_other from fc_member_film";
List<Map<String, Object>> list = jdbcTemplate.queryForList(sql);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment