jsk BUG修正

This commit is contained in:
skjia 2025-06-13 15:06:57 +08:00
parent 57cb2301b7
commit aec860dacf
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
) a
<where>
<if test="chronicIds != null and chronicIds != ''"> and a.chronic_ids like concat('%', #{chronicIds}, '%')</if>
<if test="chronicId != null "> and a.chronic_ids like concat('%', #{chronicId}, '%')</if>
</where>
order by a.create_time desc
</select>