返回线索状态

This commit is contained in:
wxp01309236
2023-07-03 13:55:45 +08:00
parent 9e02e43dfd
commit 57cec2ee94
4 changed files with 8 additions and 12 deletions

View File

@@ -261,7 +261,7 @@ public class DeskController {
@PostMapping(path = "/updatePartnerIntentInfo")
@ApiOperation("修改加盟商意向信息/行业认知")
public ResponseResult<String> updatePartnerIntentInfo(@RequestBody PartnerIntentInfoRequest partnerIntentInfoRequest){
public ResponseResult<Integer> updatePartnerIntentInfo(@RequestBody PartnerIntentInfoRequest partnerIntentInfoRequest){
return ResponseResult.success(hyPartnerIntentInfoService.submitPartnerIntentInfo(partnerIntentInfoRequest));
}