Commit 85e56aee authored by KeYong's avatar KeYong

更新分页数

parent f2c24806
......@@ -136,6 +136,7 @@
wl_equipment_specific_index ind
left join wl_equipment_specific as spe on spe.id = ind.equipment_specific_id
left join wl_equipment_detail as det on spe.equipment_detail_id = det.id
WHERE 1=1 AND ind.value IS NOT NULL
) d
WHERE
1 = 1
......@@ -148,6 +149,7 @@
<if test="startTime!=null">
AND d.update_date BETWEEN '${startTime}' AND '${endTime}'
</if>
AND e_value IS NOT NULL
</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