|
@@ -40,6 +40,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="entilayer != null and entilayer != ''"> and entilayer = #{entilayer}</if>
|
|
<if test="entilayer != null and entilayer != ''"> and entilayer = #{entilayer}</if>
|
|
<if test="entilaytype != null and entilaytype != ''"> and entilaytype = #{entilaytype}</if>
|
|
<if test="entilaytype != null and entilaytype != ''"> and entilaytype = #{entilaytype}</if>
|
|
</where>
|
|
</where>
|
|
|
|
+ order by fourcode asc
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="selectTEntityCodeTableById" parameterType="String" resultMap="TEntityCodeTableResult">
|
|
<select id="selectTEntityCodeTableById" parameterType="String" resultMap="TEntityCodeTableResult">
|