Browse Source

查询门店装修预算

eganwu 1 year ago
parent
commit
e556a86a87

+ 1 - 0
src/custom/restcontroller/webmanage/saletool/decoration/Decoration.java

@@ -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();