Commit 9db11b2d authored by 赵啸非's avatar 赵啸非

修正循环查询

parent 306157c6
......@@ -515,13 +515,13 @@
<include refid="_orderCols_"/>
</select>
<!-- 获取子列表 -->
<select id="getAppDatasetByAppId" parameterType="java.lang.Long" resultMap="AppDatasetEntity-Map">
<!-- <select id="getAppDatasetByAppId" parameterType="java.lang.Long" resultMap="AppDatasetEntity-Map">
select <include refid="_columns_sub"/>
from mortals_sys_app_dataset as b
<trim suffixOverrides="where" suffix="">
where b.appId = #{id}
</trim>
</select>
</select>-->
......
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