fix:修复Bug【69372】

报告管理--编辑时,第一次保存到了草稿,第二次发起编辑后,报告管理中多了一条数据
This commit is contained in:
2023-05-18 10:04:27 +08:00
parent 55cfac6509
commit 1d2f29477b
@@ -224,6 +224,8 @@
<if test="Vo.usid != null and Vo.usid != ''">
and t.createUserId=#{Vo.usid}
</if>
GROUP BY
t.id
ORDER BY updateDate desc
</select>