|
|
@@ -260,7 +260,7 @@ public class LSALogistics extends Controller {
|
|
|
querySQL.setWhere("t1.siteid='" + siteid + "'");
|
|
|
if (sys_enterpriseid > 0) {
|
|
|
querySQL.setWhere("t1.sys_enterpriseid='" + sys_enterpriseid + "'");
|
|
|
- querySQL.setWhere("t1.status='审核'");
|
|
|
+ querySQL.setWhere("t1.status !='新建'");
|
|
|
}
|
|
|
querySQL.setWhere(where.toString());
|
|
|
Rows rows = querySQL.query();
|