value
2024-04-25 a6fa3ba7335489f8c206b6d96864df3404117d20
cnas-server/src/main/resources/mapper/DeviceMapper.xml
@@ -80,7 +80,6 @@
    </select>
    <update id="upDeviceParameter" parameterType="com.yuanchu.mom.pojo.Device">
        UPDATE device
        <set>
            <if test="largeCategory!=null and largeCategory!='' ">large_category=#{largeCategory},</if>