Your Name vor 3 Jahren
Ursprung
Commit
b701a70599
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      service/bill/database/cash.php

+ 1 - 1
service/bill/database/cash.php

@@ -364,7 +364,7 @@ return array
                 'state' => 1,
             ),
             'type' => 'one',
-            'col' => 'sum(yue) as total',
+            'col' => 'sum(cash) as total',
         ),
     ),
 );