fix:修复Bug【69372】
报告管理--编辑时,第一次保存到了草稿,第二次发起编辑后,报告管理中多了一条数据
This commit is contained in:
@@ -224,6 +224,8 @@
|
|||||||
<if test="Vo.usid != null and Vo.usid != ''">
|
<if test="Vo.usid != null and Vo.usid != ''">
|
||||||
and t.createUserId=#{Vo.usid}
|
and t.createUserId=#{Vo.usid}
|
||||||
</if>
|
</if>
|
||||||
|
GROUP BY
|
||||||
|
t.id
|
||||||
|
|
||||||
ORDER BY updateDate desc
|
ORDER BY updateDate desc
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user