jinlin
1 天以前 bf5b01b14dc7bfc214e646425a62f5593890d7e3
src/main/resources/mapper/progressTrack/DjJdgzDismantTrackDao.xml
@@ -9,8 +9,10 @@
    <select id="getList" resultType="com.example.server.progressTrack.model.DjJdgzDismantTrack">
        select *
        from dj_jdgz_dismant_track
        where LEVEL3_NETWORK_ID = ${level3Id}
        and is_delete = 0
        where is_delete = 0
        <if test="level3Id!=null">
            and LEVEL3_NETWORK_ID = ${level3Id}
        </if>
        <if test="cabinId!=null">
            and cabin_id = ${cabinId}
        </if>