screen-manage/src/main/resources/mapper/SensorMapper.xml | ●●●●● patch | view | raw | blame | history |
screen-manage/src/main/resources/mapper/SensorMapper.xml
@@ -85,11 +85,21 @@ code = #{code}, </if> <if test="upper != null"> <if test="upper == ''"> upper = null, </if> <if test="upper != ''"> upper = #{upper}, </if> </if> <if test="lower != null"> <if test="lower == ''"> lower = null, </if> <if test="lower != ''"> lower = #{lower}, </if> </if> <if test="default_unit_key != null"> default_unit_key = #{default_unit_key}, </if>