Compare commits

...

2 Commits

Author SHA1 Message Date
hayu e21189cf9b Merge remote-tracking branch 'origin/master' 2025-09-02 11:32:56 +08:00
hayu 5f15a736fc 修改 2025-09-02 11:31:47 +08:00
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>