Compare commits

..

No commits in common. "e21189cf9ba4173311d8756078839f24170b9bb4" and "5598a935be3edf5115925844bc8cb36576fd96ca" have entirely different histories.

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>
rd.create_time &gt;= '2025-08-20 00:00:00'
rad.create_time &gt;= '2025-08-20 00:00:00'
<if test="inputCode != null and inputCode != ''">
AND tt.CODE = #{inputCode}
</if>