This commit is contained in:
GYJ 2025-02-27 18:40:46 +08:00
parent 6b0b449d1e
commit 91cf557997
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@
<if test="sysUserId != null">
and user_id=#{sysUserId}
</if>
and user_type = 2
and create_at &gt; #{time}
</select>