|
@@ -273,9 +273,9 @@ public class ShoppingCart extends Controller {
|
|
|
boolean isExport = content.getBooleanValue("isExport");
|
|
|
Long istool = content.getLongValue("istool");
|
|
|
SQLFactory sqlFactory = new SQLFactory(this, "购物车列表", pageSize, pageNumber, pageSorting);
|
|
|
- if (isExport) {
|
|
|
- sqlFactory = new SQLFactory(this, "购物车列表");
|
|
|
- }
|
|
|
+// if (isExport) {
|
|
|
+// sqlFactory = new SQLFactory(this, "购物车列表");
|
|
|
+// }
|
|
|
sqlFactory.addParameter("siteid", siteid);
|
|
|
sqlFactory.addParameter("sys_enterpriseid", sys_enterpriseid);
|
|
|
sqlFactory.addParameter("sa_promotionid", content.getLongValue("sa_promotionid"));
|