wu 5 hónapja
szülő
commit
d191b513a4

+ 1 - 1
src/custom/restcontroller/webmanage/sale/order/Order2.java

@@ -574,7 +574,7 @@ public class Order2 extends Controller {
         }
         where.append(" and t1.status ='启用' ");
 
-        Long sa_customersid = content.getLong("sa_customersid");
+        Long sa_customersid = content.getLongValue("sa_customersid");
         if (sa_customersid == 0) {
             //当前账号授权的,以及代理账号授权的经销商。
             ArrayList<Long> hrids = Proxy.getProxyHrids(this);