jsk BUG修正
This commit is contained in:
parent
57cb2301b7
commit
aec860dacf
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue