|
@@ -70,6 +70,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
</where>
|
|
</where>
|
|
order by id
|
|
order by id
|
|
</select>
|
|
</select>
|
|
|
|
+
|
|
|
|
+ <select id="selectLast" parameterType="TDashboarddata" resultMap="TDashboarddataResult">
|
|
|
|
+ select * from ( select * from t_dashboarddata where del_flag = 0 order by id desc ) WHERE ROWNUM = 1
|
|
|
|
+ </select>
|
|
|
|
|
|
<select id="selectTDashboarddataById" parameterType="Long" resultMap="TDashboarddataResult">
|
|
<select id="selectTDashboarddataById" parameterType="Long" resultMap="TDashboarddataResult">
|
|
<include refid="selectTDashboarddataVo"/>
|
|
<include refid="selectTDashboarddataVo"/>
|