Commit 95513f3e authored by shiyu's avatar shiyu

Merge remote-tracking branch 'origin/master'

parents 3dcbb275 f5a821fa
...@@ -22,7 +22,7 @@ import java.util.List; ...@@ -22,7 +22,7 @@ import java.util.List;
public class ItemDaoImpl implements ItemDao { 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 @Autowired
ItemMapper itemMapper; 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