|
@@ -407,7 +407,7 @@ class ServiceOrderLogic extends BaseLogic
|
|
|
{
|
|
{
|
|
|
try {
|
|
try {
|
|
|
$order_info = \app\common\model\recharge\RechargeOrder::with(['service_work'=>function ($query) {
|
|
$order_info = \app\common\model\recharge\RechargeOrder::with(['service_work'=>function ($query) {
|
|
|
- $query->visible(['service_fee,spare_total','service_work_spare_id']);
|
|
|
|
|
|
|
+ $query->visible(['service_fee','spare_total','service_work_spare_id']);
|
|
|
}])
|
|
}])
|
|
|
->visible(['id','sn','work_id'])
|
|
->visible(['id','sn','work_id'])
|
|
|
->where([
|
|
->where([
|