Browse Source

打款凭证

郭齐峰 2 years ago
parent
commit
68cd273c7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/custom/restcontroller/webmanage/sale/paybill/Paybill.java

+ 1 - 1
src/custom/restcontroller/webmanage/sale/paybill/Paybill.java

@@ -55,7 +55,7 @@ public class Paybill extends Controller {
             }
         }
         if (usertype == 21 || usertype == 22) {
-            where.append(" and sys_enterpriseid=").append(sys_enterpriseid);
+            where.append(" and t1.sys_enterpriseid=").append(sys_enterpriseid);
         }
         SQLFactory sqlFactory = new SQLFactory(this, "打款凭证列表", pageSize, pageNumber, pageSorting);
         sqlFactory.addParameter("siteid", siteid);