Merge remote-tracking branch 'origin/cc_20250106_v2.4' into cc_20250106_v2.4

This commit is contained in:
苏竹红
2025-01-14 15:55:16 +08:00

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();