jsk BUG修正
This commit is contained in:
parent
57cb2301b7
commit
aec860dacf
|
|
@ -78,6 +78,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
) a
|
) a
|
||||||
<where>
|
<where>
|
||||||
<if test="chronicIds != null and chronicIds != ''"> and a.chronic_ids like concat('%', #{chronicIds}, '%')</if>
|
<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>
|
</where>
|
||||||
order by a.create_time desc
|
order by a.create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue