| | |
| | | </select> |
| | | |
| | | |
| | | <select id="conditionList" parameterType="List" |
| | | resultType="com.ruoyi.alarmpoints.well.domain.ArdAlarmpointsWellDeptVo"> |
| | | <select id="conditionList" resultType="com.ruoyi.alarmpoints.well.domain.ArdAlarmpointsWell"> |
| | | Select * from ard_alarmpoints_well well |
| | | where WHERE well.well_id = #{wellId} |
| | | and well.dept_id in |
| | | <foreach collection="list" index="index" item="item" open="(" separator="," close=")"> |
| | | #{item} |
| | | <foreach item="deptList" collection="deptList" open="(" separator="," close=")"> |
| | | #{deptList} |
| | | </foreach> |
| | | </select> |
| | | </mapper> |