用户信息上调
This commit is contained in:
@@ -36,7 +36,8 @@ public class PCIntentAgreementController {
|
||||
@PostMapping(path = "/initiating")
|
||||
@ApiOperation("kdz -> xfsg 发起意向协议流程")
|
||||
public ResponseResult initiating(@RequestBody InitiatingRequest request) {
|
||||
return intentAgreementService.initiating(request);
|
||||
LoginUserInfo user = CurrentUserHolder.getUser();
|
||||
return intentAgreementService.initiating(request,user);
|
||||
}
|
||||
|
||||
@PostMapping(path = "/franchisee/save")
|
||||
|
||||
Reference in New Issue
Block a user