This commit is contained in:
GYJ
2025-02-27 18:40:46 +08:00
parent 6b0b449d1e
commit 91cf557997

View File

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