记得上下班打卡 | git大法好,push需谨慎

Commit 0542921b authored by 张国柄's avatar 张国柄

opt;

parent 5f8ee1e9
...@@ -62,9 +62,8 @@ public class CandyMgtCouponAdminController extends BaseController { ...@@ -62,9 +62,8 @@ public class CandyMgtCouponAdminController extends BaseController {
} }
@GetMapping("add/{couType}") @GetMapping("add/{couType}")
public String add(@PathVariable("couType") String couType, ModelMap mmap) { public String add(@PathVariable("couType") String couType) {
mmap.put("couType", couType); return prefix + "/add" + couType;
return prefix + "/add";
} }
@ApiOperation(value = "新建券") @ApiOperation(value = "新建券")
......
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