优化打印

This commit is contained in:
2021-04-03 22:50:24 +08:00
parent bab69fb3a1
commit 4560ef7c93
5 changed files with 26 additions and 39 deletions
+2 -1
View File
@@ -53,9 +53,10 @@ class DeliveryService
->whereRaw("p.code = '99001'")
->sum("money");
$master['fee_money'] = $money;
return [
'master' => $master,
'money' => $money,
'rows' => $rows,
];
}