|
@@ -1,13 +1,13 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
-<mapper namespace="com.welampiot.dto.LoopDataLogDao">
|
|
|
+<mapper namespace="com.welampiot.dao.LoopDataLogDao">
|
|
|
|
|
|
<select id="getLoopDataLogListByLoopDataLogVO" resultType="LoopDataLogDTO">
|
|
|
select l.id,l.cura AS curA,l.curb AS curB,l.curc AS curC,
|
|
|
l.insPa,l.insPb,l.insPc,l.volPa,l.volPb,l.volPc,
|
|
|
l.updatetime AS updateTime,l.status
|
|
|
from loop_data_log l
|
|
|
- where l.loop_id = #{loopId}
|
|
|
+ where l.loop_id = #{id}
|
|
|
order by l.updatetime desc
|
|
|
<if test="page != null and count != null">
|
|
|
limit #{page},#{count}
|