|
@@ -48,6 +48,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
|
<select id="selectDictTypeAll" resultMap="SysDictTypeResult">
|
|
<select id="selectDictTypeAll" resultMap="SysDictTypeResult">
|
|
<include refid="selectDictTypeVo"/>
|
|
<include refid="selectDictTypeVo"/>
|
|
|
|
+ where data_type =#{dataType}
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="selectDictTypeById" parameterType="Long" resultMap="SysDictTypeResult">
|
|
<select id="selectDictTypeById" parameterType="Long" resultMap="SysDictTypeResult">
|