|
@@ -119,6 +119,9 @@
|
|
<if test="timeLine != null and timeLine != ''">
|
|
<if test="timeLine != null and timeLine != ''">
|
|
AND DATE_FORMAT(time_line_,"%Y%m") = #{timeLine}
|
|
AND DATE_FORMAT(time_line_,"%Y%m") = #{timeLine}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="year != null and year != ''">
|
|
|
|
+ AND DATE_FORMAT(time_line_,"%Y") = #{year}
|
|
|
|
+ </if>
|
|
<if test="type != null and type != ''">
|
|
<if test="type != null and type != ''">
|
|
AND type_ = #{type}
|
|
AND type_ = #{type}
|
|
</if>
|
|
</if>
|