|
@@ -61,6 +61,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
and a.del_flag = 0
|
|
and a.del_flag = 0
|
|
<if test="status != null and status != ''">and a.status = #{status}</if>
|
|
<if test="status != null and status != ''">and a.status = #{status}</if>
|
|
</where>
|
|
</where>
|
|
|
|
+ ORDER BY a.create_time DESC
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="selectCount" resultType="java.lang.Integer">
|
|
<select id="selectCount" resultType="java.lang.Integer">
|