|
@ -68,6 +68,9 @@ |
|
|
<if test='null != dateId and dateId != "" '> |
|
|
<if test='null != dateId and dateId != "" '> |
|
|
AND DATE_FORMAT(pa.HOLD_TIME,'%Y%m%d') = #{dateId} |
|
|
AND DATE_FORMAT(pa.HOLD_TIME,'%Y%m%d') = #{dateId} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<if test='null != yearId and yearId != "" '> |
|
|
|
|
|
AND DATE_FORMAT(pa.HOLD_TIME,'%Y') = #{yearId} |
|
|
|
|
|
</if> |
|
|
<if test='null != type and type != "" '> |
|
|
<if test='null != type and type != "" '> |
|
|
AND act_type = #{type} |
|
|
AND act_type = #{type} |
|
|
</if> |
|
|
</if> |
|
|