Your Name 3 년 전
부모
커밋
b701a70599
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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',
         ),
     ),
 );