结算记录
This commit is contained in:
@@ -1051,7 +1051,8 @@ class DivideAccountController extends BaseAdminController
|
||||
$this->field = [
|
||||
Ledger::class => [
|
||||
'id', 'user_id','order_id', 'user_type','su_id', 'drugstore_id', 'drug_id', 'status', 'money'=> function ($m) {
|
||||
return $this->actionTotal($m->order_id,$m->user_type,$m->order_type);
|
||||
return $m->money;
|
||||
// return $this->actionTotal($m->order_id,$m->user_type,$m->order_type);
|
||||
},
|
||||
'order_no'=> function ($order) {
|
||||
if ($order->order_type == 1) {
|
||||
|
||||
Reference in New Issue
Block a user