$item->installment->refreshRefundStatus();
这句可不可以写成
$item->installment()->refreshRefundStatus();
答案:加括号是关系,不加是对象或者对象集合