huanghongfa
2021-01-27 4d09661f6bd06dedc949edc86a4e54af22ba6b72
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActActivityDAO.java
@@ -69,10 +69,10 @@
            "AND a.begin_at <![CDATA[ >= ]]> #{comActActivityVO.beginAt} AND a.end_at <![CDATA[ <= ]]> #{comActActivityVO.endAt} \n" +
            " </if> " +
            "<if test='comActActivityVO.type != null and comActActivityVO.type==1 '>" +
            "AND a.participant_max=0 \n" +
            "AND a.volunteer_max!=0 \n" +
            " </if> " +
            "<if test='comActActivityVO.type != null and comActActivityVO.type==2 '>" +
            "AND a.volunteer_max=0 \n" +
            "AND a.participant_max!=0 \n" +
            " </if> " +
            " group by a.id "+
            " order by a.status asc,a.publish_at desc "+