zhuth 7 years ago
parent
commit
174fb8cdd1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/money/payBalance/QueryPanel.js

+ 1 - 1
frontend/saas-web/app/view/money/payBalance/QueryPanel.js

@@ -42,7 +42,7 @@ Ext.define('saas.view.money.paybalance.QueryPanel', {
             if(value == 'ALL') {
                 return '1=1';
             }else {
-                return 'pu_statuscode=\'' + value + '\'';
+                return 'pd_statuscode=\'' + value + '\'';
             }
         }
     }],