xufenglei
2018-05-17 7486f185f3a48b75f163a99ecd7546b525018dd0
行业 优化
1 files modified
3 ■■■■■ changed files
src/main/resources/mapper/DeviceMapper.xml 3 ●●●●● patch | view | raw | blame | history
src/main/resources/mapper/DeviceMapper.xml
@@ -280,6 +280,9 @@
                    <if test="areaCode != null">
                    AND mp.area_code = #{areaCode}
                    </if>
                    <if test="monitorPointId != null">
                    AND mp.id = #{monitorPointId}
                    </if>
            )
            <if test="professionId != null">
            AND d.profession_id = #{professionId}