fengxiang
2018-05-17 9e248232763446e3b0d2b0541ee55e61a9df74b8
Merge remote-tracking branch 'origin/master'
1 files modified
3 ■■■■■ changed files
src/main/resources/mapper/DeviceMapper.xml 3 ●●●●● patch | view | raw | blame | history
src/main/resources/mapper/DeviceMapper.xml
@@ -288,6 +288,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}