冷静期结
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user