|
@@ -31,6 +31,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="projectId != null "> and a.project_id = #{projectId}</if>
|
|
<if test="projectId != null "> and a.project_id = #{projectId}</if>
|
|
<if test="status != null and status != ''"> and status = #{status}</if>
|
|
<if test="status != null and status != ''"> and status = #{status}</if>
|
|
</where>
|
|
</where>
|
|
|
|
+ order by a.create_time desc
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="selectLargeIssueById" parameterType="Long" resultMap="LargeIssueResult">
|
|
<select id="selectLargeIssueById" parameterType="Long" resultMap="LargeIssueResult">
|