Commit 849036a0 by 阳浪

门户搜素接口

parent 23e6e116
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.yizhi.system.application.mapper.DictionaryMapper">
<select id="getDictChildList" resultType="java.lang.String">
SELECT group_concat(id) FROM dictionary where parent_id =#{id}
<if test="enabledSensitive">
and system_flag=1
</if>
and layer =#{layer}
order by sort
</select>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment