Commit 2e5b7373 authored by 季圣华's avatar 季圣华
Browse files

分配仓库时候过滤礼品卡信息

parent 2f0a8c61
......@@ -413,6 +413,7 @@ public class DepotAction extends BaseAction<DepotModel>
* 拼接搜索条件
*/
Map<String,Object> condition = new HashMap<String,Object>();
condition.put("type_n_eq", 0);
condition.put("sort_s_order", "asc");
return condition;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment