Explorar el Código

打款凭证列表bug修复

郭齐峰 hace 3 años
padre
commit
f74699642c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/custom/restcontroller/webmanage/sale/paybill/Paybill.java

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

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