yujian
2020-06-29 9288e0f4711e81e77ccb17e862e57bdf2735971d
拉新商品排除 男装 女装
1个文件已修改
2 ■■■ 已修改文件
fanli/src/main/java/com/yeshi/fanli/job/goods/PullNewJob.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
fanli/src/main/java/com/yeshi/fanli/job/goods/PullNewJob.java
@@ -49,7 +49,7 @@
     * 拉新商品
     */
    private void addPullNewGoods() {
        Integer array[] = {1,2,3,4,5,6,7,8,9,10,11,12,15};
        Integer array[] = {3,4,5,6,7,8,9,10,11,12,15};
        for (Integer catId: array) {
            Integer minId = 1;
            while (minId != null) {