代码调整
This commit is contained in:
@@ -68,9 +68,11 @@
|
|||||||
from
|
from
|
||||||
cs_group
|
cs_group
|
||||||
where
|
where
|
||||||
data_set_id = #{id} and is_show = 1 and group_name like concat('%',#{searchValue},'%')
|
data_set_id = #{id} and is_show = 1
|
||||||
order by
|
<if test="searchValue != null and searchValue !=''">
|
||||||
sort
|
and group_name like concat('%',#{searchValue},'%')
|
||||||
|
</if>
|
||||||
|
order by sort
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
</mapper>
|
</mapper>
|
||||||
Reference in New Issue
Block a user