装备编辑回显装备证书

This commit is contained in:
liang.chao 2024-12-20 19:27:27 +08:00
parent 7175588131
commit a6c5364801
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
update ma_dev_info
<trim prefix="SET" suffixOverrides=",">
<if test="code != null and code != '' ">code = #{code},</if>
<if test="identifyCode != null and identifyCode != '' ">identifyCode = #{identify_code},</if>
<if test="identifyCode != null and identifyCode != '' ">identify_code = #{identifyCode},</if>
<if test="deviceName != null and deviceName != '' ">device_name = #{deviceName},</if>
<if test="deviceWeight != null">device_weight = #{deviceWeight},</if>
<if test="deviceCount != null">device_count = #{deviceCount},</if>