|
|
@@ -332,7 +332,7 @@ public abstract class BasicBill {
|
|
|
this.rb = billRow.getInteger("rb");
|
|
|
this.siteid = billRow.getString("siteid");
|
|
|
this.status = billRow.getString("status");
|
|
|
- itemRows = dbConnect.runSqlQuery("select t1.* where t1.st_stockbillid ='" + st_stockbillid + "'");
|
|
|
+ itemRows = dbConnect.runSqlQuery("select t1.* from st_stockbill_items where t1.st_stockbillid ='" + st_stockbillid + "'");
|
|
|
codeRows = dbConnect.runSqlQuery("select t1.* from st_stockbill_items_sku t1 where t1.st_stockbillid ='" + st_stockbillid + "'");
|
|
|
}
|
|
|
|