|
@@ -131,6 +131,7 @@ public class Decoration extends Controller {
|
|
|
"enterprisename");
|
|
|
querySQL.setSiteid(siteid);
|
|
|
querySQL.setWhere("sys_enterpriseid", sys_enterpriseid);
|
|
|
+ querySQL.setWhere("sa_storeid", sa_storeid);
|
|
|
Rows rows = querySQL.query();
|
|
|
|
|
|
return getSucReturnObject().setData(rows).toString();
|