|
@@ -172,11 +172,12 @@ public class customschemeItems extends Controller {
|
|
|
}
|
|
|
Long sa_customschemeid = content.getLong("sa_customschemeid");
|
|
|
// String hrid = content.getString("hrid");
|
|
|
+
|
|
|
SQLFactory sqlFactory = new SQLFactory(this, "商品定制方案明细列表查询", pageSize, pageNumber, pageSorting);
|
|
|
sqlFactory.addParameter_SQL("where", where);
|
|
|
sqlFactory.addParameter("sa_customschemeid", sa_customschemeid);
|
|
|
sqlFactory.addParameter("siteid", siteid);
|
|
|
- Rows rows = dbConnect.runSqlQuery(sqlFactory);
|
|
|
+ Rows rows = dbConnect.runSqlQuery(sqlFactory.getSQL());
|
|
|
|
|
|
return getSucReturnObject().setData(rows).toString();
|
|
|
}
|