|
|
@@ -347,7 +347,7 @@ public class itemclass extends Controller {
|
|
|
SQLFactory sqlFactory = new SQLFactory(this, "查询所有分类");
|
|
|
sqlFactory.addParameter("siteid", siteid);
|
|
|
sqlFactory.addParameter("sa_brandid", row.getString("sa_brandid"));
|
|
|
-
|
|
|
+ sqlFactory.addParameter("classtype", content.getStringValue("classtype"));
|
|
|
sqlFactory.addParameter_SQL("where", where);
|
|
|
sqlFactory.addParameter_SQL("where2", " 1=1 ");
|
|
|
String sql = sqlFactory.getSQL();
|