Merge remote-tracking branch 'origin/lixuetao' into lixuetao

This commit is contained in:
bupengxiang
2023-05-18 10:27:14 +08:00
@@ -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>