|
@@ -674,7 +674,7 @@ public class SaleSiteMgrController extends BaseApiController {
|
|
@ApiOperation(value = "门店转渠道", notes = "门店转渠道")
|
|
@ApiOperation(value = "门店转渠道", notes = "门店转渠道")
|
|
@PostMapping("/transform")
|
|
@PostMapping("/transform")
|
|
@PreAuthorize("@ss.hasPermi('business:salesite:edit')")
|
|
@PreAuthorize("@ss.hasPermi('business:salesite:edit')")
|
|
- public AjaxResult channelTransformToShop(@Validated @RequestBody ChannelParam channelParam) {
|
|
|
|
|
|
+ public AjaxResult channelTransformToShop(@RequestBody ChannelParam channelParam) {
|
|
if (null == channelParam || null == channelParam.getChannelId()) {
|
|
if (null == channelParam || null == channelParam.getChannelId()) {
|
|
return error(ErrorCodeEnum.ERROR_CODE_1001);
|
|
return error(ErrorCodeEnum.ERROR_CODE_1001);
|
|
}
|
|
}
|