|
|
@@ -90,11 +90,11 @@ public class promotion extends Controller {
|
|
|
}
|
|
|
}
|
|
|
Long sa_promotionid = content.getLong("sa_promotionid");
|
|
|
- Long sa_promotion_itemgroupid = content.getLong("sa_promotion_itemgroupid");
|
|
|
+// Long sa_promotion_itemgroupid = content.getLong("sa_promotion_itemgroupid");
|
|
|
SQLFactory sqlFactory = new SQLFactory(this, "促销方案商品查询", pageSize, pageNumber, pageSorting);
|
|
|
sqlFactory.addParameter_SQL("where", where);
|
|
|
sqlFactory.addParameter("sa_promotionid", sa_promotionid);
|
|
|
- sqlFactory.addParameter("sa_promotion_itemgroupid", sa_promotion_itemgroupid);
|
|
|
+// sqlFactory.addParameter("sa_promotion_itemgroupid", sa_promotion_itemgroupid);
|
|
|
sqlFactory.addParameter("sys_enterpriseid", sys_enterpriseid);
|
|
|
sqlFactory.addParameter("siteid", siteid);
|
|
|
Rows rows = dbConnect.runSqlQuery(sqlFactory);
|