This commit is contained in:
parent
5df71896fd
commit
5f15a736fc
|
|
@ -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 >= '2025-08-20 00:00:00'
|
||||
rd.create_time >= '2025-08-20 00:00:00'
|
||||
<if test="inputCode != null and inputCode != ''">
|
||||
AND tt.CODE = #{inputCode}
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue