|
|
@@ -122,9 +122,9 @@ public class invbal extends Controller {
|
|
|
boolean all = content.getBooleanValue("all");
|
|
|
JSONArray itemclassids = content.getJSONArray("itemclassids");
|
|
|
String where ="1=2";
|
|
|
- SQLFactory sqlFactory =new SQLFactory(this,"订单明细未发商品列表", pageSize, pageNumber, pageSorting);
|
|
|
+ SQLFactory sqlFactory =new SQLFactory(this,"商品列表", pageSize, pageNumber, pageSorting);
|
|
|
if (isExport) {
|
|
|
- sqlFactory = new SQLFactory(this,"订单明细未发商品列表");
|
|
|
+ sqlFactory = new SQLFactory(this,"商品列表");
|
|
|
}
|
|
|
if(!StringUtils.isBlank(itemno)){
|
|
|
sqlFactory=new SQLFactory(this,"商品列表", pageSize, pageNumber, pageSorting);
|