@ -17,7 +17,7 @@ public class ActAndScheduleListFormDTO implements Serializable {
private String startDate;
private String endDate;
private String dateId;
private String yearId;
private String yearId = "";
/**
* 是否本人创建的活动,1:是;0:否
@ -68,6 +68,9 @@
<if test='null != dateId and dateId != "" '>
AND DATE_FORMAT(pa.HOLD_TIME,'%Y%m%d') = #{dateId}
</if>
<if test='null != yearId and yearId != "" '>
AND DATE_FORMAT(pa.HOLD_TIME,'%Y') = #{yearId}
<if test='null != type and type != "" '>
AND act_type = #{type}