Commit a52eb83f authored by Quxl's avatar Quxl

x

parent 86966448
......@@ -72,9 +72,9 @@ public class WebUtilController {
@ResponseBody
@Transactional
@PostMapping("initAllEnrollType")
@PostMapping("initEnrollTypes")
@ApiOperation("初始化所有影片性质")
public Object initAllEnrollType() {
public Object initEnrollTypes() {
this.verifyAuth();
jdbcTemplate.executeUpdate("delete from fc_member_film_enroll");
String sql = "select id, enroll_type_name, enroll_type_name_other, film_type_name from fc_member_film";
......
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