|
|
@ -57,6 +57,7 @@
|
|
|
|
<if test="updateFlag != null and updateFlag != ''">and erps.update_flag = #{updateFlag}</if>
|
|
|
|
<if test="updateFlag != null and updateFlag != ''">and erps.update_flag = #{updateFlag}</if>
|
|
|
|
<if test="monitorName != null and monitorName != ''">and ebm.monitor_name like concat('%', #{monitorName}, '%')</if>
|
|
|
|
<if test="monitorName != null and monitorName != ''">and ebm.monitor_name like concat('%', #{monitorName}, '%')</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
|
|
|
|
order by erps.obj_id desc
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectEmsReportPointSteamByObjId" parameterType="Long" resultMap="EmsReportPointSteamResult">
|
|
|
|
<select id="selectEmsReportPointSteamByObjId" parameterType="Long" resultMap="EmsReportPointSteamResult">
|
|
|
|