ZhuDongming
2020-04-28 8f636dc2b82cbb77d85332197ec93fe52d174c13
update 走航查询表
1 files modified
2 ■■■ changed files
src/main/resources/mapper/HistoryMapper.xml 2 ●●● patch | view | raw | blame | history
src/main/resources/mapper/HistoryMapper.xml
@@ -224,7 +224,7 @@
            h.value->'$.${sensorKey}' as '${sensorKey}'
        </foreach>
        FROM
        history as h
        history_special as h
        <where>
            <if test="mac!=null">
                and h.mac=#{mac}