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

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

opt;

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