|
@@ -70,7 +70,7 @@ public class MarketingMgrController extends BaseApiController {
|
|
|
@Autowired
|
|
|
private IMarketingHitPrizeService marketingHitPrizeService;
|
|
|
|
|
|
- @PreAuthorize("@ss.hasPermi('business:marketing:add')")
|
|
|
+ @PreAuthorize("@ss.hasPermi('business:marketing:copy')")
|
|
|
@PostMapping("/copy/{marketingId}")
|
|
|
@ApiOperation("拷贝营销活动")
|
|
|
public AjaxResult copy(@PathVariable("marketingId") Long marketingId) {
|