Commit 22007216 authored by suhuiguang's avatar suhuiguang

1.数据同步修改my

parent e7ff47e2
...@@ -807,7 +807,7 @@ ...@@ -807,7 +807,7 @@
LEFT JOIN wl_area a ON a.id = es.area_id LEFT JOIN wl_area a ON a.id = es.area_id
<where> <where>
<if test="equipmentId != null"> <if test="equipmentId != null">
ed.equipment_id = #{equipmentId} es.id = #{equipmentId}
</if> </if>
</where> </where>
</select> </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