rabin 1 year ago
parent
commit
220afb5974
1 changed files with 1 additions and 1 deletions
  1. 1 1
      database/info_log.php

+ 1 - 1
database/info_log.php

@@ -409,7 +409,7 @@ return array
                 'status' => array('yes', 'in'),
                 'state' => 1,
             ),
-            'col' => 'sum(cash) as cash',
+            'col' => 'sum(cash) as cash,sum(ycash) as ycash',
         ),
     ),
 );