springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActActSignDAO.java
@@ -46,6 +46,9 @@ "<if test='identity != null and identity.trim() != "" and identity==3'>" + "AND a.is_volunteer=1 \n" + " </if> " + "<if test='type != null and type != 0'>" + "AND a.is_volunteer=#{type}-1 \n" + " </if> " + " order by a.create_at desc "+ "</script>") List<ActivitySignVO> listActivitySign(ActivitySignVO activitySignVO);