wuxw
2020-02-19 cddd83f139af1786517759277ced8479cbe80d3b
java110-db/src/main/resources/mapper/community/InspectionRouteServiceDaoImplMapper.xml
@@ -113,6 +113,12 @@
        <if test="routeName !=null and routeName != ''">
            and t.Route_name= #{routeName}
        </if>
        <if test="inspectionRouteIds !=null">
            and t.inspection_route_Id in
            <foreach collection="inspectionRouteIds" item="item" open="(" close=")" separator=",">
                #{item}
            </foreach>
        </if>
        order by t.create_time desc
        <if test="page != -1 and page != null ">
            limit #{page}, #{row}