冷静期结

This commit is contained in:
苏竹红
2023-07-25 17:38:06 +08:00
parent f70fff7c3b
commit f51d844ba1
5 changed files with 14 additions and 11 deletions

View File

@@ -294,7 +294,7 @@ public class DeskController {
public ResponseResult<Boolean> getFollowHistory(@RequestParam(value = "partnerId",required = false)String partnerId,
@RequestParam(value = "wantShopArea",required = false)String wantShopArea,
@RequestParam(value = "acceptAdjustType",required = false)Integer acceptAdjustType){
return ResponseResult.success(hyPartnerLineInfoService.assignFollowUser(partnerId,wantShopArea,acceptAdjustType));
return ResponseResult.success(hyPartnerLineInfoService.assignFollowUser(partnerId,wantShopArea,acceptAdjustType,Boolean.TRUE));
}