|
|
@@ -541,7 +541,7 @@ public class AdminCustomerApiController extends BaseApiController{
|
|
|
fbb.setResult(result);
|
|
|
fbb.setFollowTime(followTime);
|
|
|
fbb.setUserBusinessList(list);
|
|
|
- customerService.addFollow(fbb,null,1,0);
|
|
|
+ customerService.addFollow(fbb,null,1,type);
|
|
|
return res;
|
|
|
}
|
|
|
|