zhuth 7 anni fa
parent
commit
174fb8cdd1

+ 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 + '\'';
             }
         }
     }],