|
|
@@ -214,6 +214,9 @@ |
|
|
<if test=" null != status "> |
|
|
<if test=" null != status "> |
|
|
and `status` = #{status} |
|
|
and `status` = #{status} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<if test=" null != type "> |
|
|
|
|
|
and `type` = #{type} |
|
|
|
|
|
</if> |
|
|
order by create_date desc |
|
|
order by create_date desc |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
|