|
@@ -210,6 +210,7 @@ public class promotion extends Controller {
|
|
|
sqlFactory.addParameter("orderminqty", promotionitemsRow.getBigDecimal("orderminqty"));
|
|
|
sqlFactory.addParameter("islimit", promotionitemsRow.getLong("islimit"));
|
|
|
sqlFactory.addParameter("signaturecode", promotionitemsRow.getString("signaturecode"));
|
|
|
+ sqlFactory.addParameter("itemno", promotionitemsRow.getString("itemno"));
|
|
|
sqlList.add(sqlFactory.getSQL());
|
|
|
|
|
|
if (promotionitemspriceRowsMap.containsKey(promotionitemsRow.getString("sa_promotion_itemsid")) && promotionitemspriceRowsMap.get(promotionitemsRow.getString("sa_promotion_itemsid")).isNotEmpty()) {
|