Commit f5a821fa authored by muhong's avatar muhong

修改 商品过滤列表

parent 2e1cd9a1
......@@ -22,7 +22,7 @@ import java.util.List;
public class ItemDaoImpl implements ItemDao {
//商品来源是中国,所对应的编码
private final static List<Integer> CHINESE_SOURCE_LIST = Arrays.asList(1, 2, 3, 7, 8, 10, 11);
private final static List<Integer> CHINESE_SOURCE_LIST = Arrays.asList(1, 2, 3, 7, 8, 10, 11, 1000);
@Autowired
ItemMapper itemMapper;
......
Markdown is supported
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