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

修正循环查询

parent 306157c6
...@@ -515,13 +515,13 @@ ...@@ -515,13 +515,13 @@
<include refid="_orderCols_"/> <include refid="_orderCols_"/>
</select> </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"/> select <include refid="_columns_sub"/>
from mortals_sys_app_dataset as b from mortals_sys_app_dataset as b
<trim suffixOverrides="where" suffix=""> <trim suffixOverrides="where" suffix="">
where b.appId = #{id} where b.appId = #{id}
</trim> </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