|
|
@@ -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);
|