This commit is contained in:
shuo.wang
2025-01-14 15:52:34 +08:00
parent 85aeaa4243
commit abbc26370f

View File

@@ -95,7 +95,7 @@ public class PCShopController {
return ResponseResult.success(shopService.updateBranchShopDetail(request, userId));
}
@ApiOperation("修改门店招商专员/督导")
@ApiOperation("门店转让,修改门店招商专员/督导")
@GetMapping("/updateShopInvestment")
public ResponseResult<Integer> updateShopInvestment(@RequestParam("shopId") Long shopId, @RequestParam("updateUserId") String updateUserId) {
String userId = CurrentUserHolder.getUserId();