This commit is contained in:
hayu 2025-09-02 11:31:47 +08:00
parent 5df71896fd
commit 5f15a736fc
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
JOIN ma_type_keeper mtr ON mtr.type_id = rd.type_id AND mtr.user_id = #{userId}
</if>
<where>
rad.create_time &gt;= '2025-08-20 00:00:00'
rd.create_time &gt;= '2025-08-20 00:00:00'
<if test="inputCode != null and inputCode != ''">
AND tt.CODE = #{inputCode}
</if>