Commit 7c39f29a authored by 赵啸非's avatar 赵啸非

添加统计日志

parent e5a425a9
......@@ -408,16 +408,6 @@
</trim>
<include refid="_orderCols_"/>
</select>
<!-- 获取子列表 -->
<select id="getAccessSystemByAccessId" parameterType="java.lang.Long" resultMap="AccessSystemEntity-Map">
select <include refid="_columns_sub"/>
from mortals_xhx_access_system as b
<trim suffixOverrides="where" suffix="">
where b.accessId = #{id}
</trim>
</select>
<!-- 获取 -->
<select id="getListCount" parameterType="paramDto" resultType="int">
......
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