aijinhui
2024-04-18 382a0bfc97e948b851a6be793e87081c776e4cfc
ard-work/src/main/resources/mapper/app/ArdAppPatrolplanMapper.xml
@@ -40,6 +40,8 @@
            <if test="planName != null  and planName != ''"> and plan_name like '%'||#{planName}||'%'</if>
            <if test="patroBeginTime != null  and patroBeginTime != ''"> and patro_begin_time &gt;= #{patroBeginTime}</if>
            <if test="patroEndTime != null  and patroEndTime != ''"> and patro_end_time &lt;= #{patroEndTime}</if>
            <if test="createTimeBegin != null  and createTimeBegin != ''"> and ard_app_patrolplan.create_time &gt;= #{createTimeBegin} </if>
            <if test="createTimeEnd != null  and createTimeEnd != ''"> and ard_app_patrolplan.create_time &lt;= #{createTimeEnd}</if>
            <if test="wellId != null  and wellId != ''">
<!--                and well.alarmpoints_id in (select ard_alarmpoints_well.id from ard_alarmpoints_well where well_id = #{wellId})-->
                and well.alarmpoints_id = #{wellId}