|
@@ -91,6 +91,7 @@
|
|
<if test="pid != null and pid != ''">
|
|
<if test="pid != null and pid != ''">
|
|
start with ID = #{pid,jdbcType=VARCHAR} connect by prior ID = PID
|
|
start with ID = #{pid,jdbcType=VARCHAR} connect by prior ID = PID
|
|
</if>
|
|
</if>
|
|
|
|
+ order by PID desc, SORTNO
|
|
</select>
|
|
</select>
|
|
<select id="selectAllByCond" resultMap="BaseResultMap" parameterType="com.xt.js.gkaq.frame.model.OrgModelDto" >
|
|
<select id="selectAllByCond" resultMap="BaseResultMap" parameterType="com.xt.js.gkaq.frame.model.OrgModelDto" >
|
|
<bind name="STATE_DEL" value="@com.xt.js.gkaq.common.BaseUUIDModel@STATE_DELETE"/>
|
|
<bind name="STATE_DEL" value="@com.xt.js.gkaq.common.BaseUUIDModel@STATE_DELETE"/>
|