考勤机名称修改

This commit is contained in:
马三炮 2025-12-02 09:55:41 +08:00
parent 56f46c4570
commit 2a4a829abc
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@
<if test="serialNumber != null and serialNumber != ''"> <if test="serialNumber != null and serialNumber != ''">
serial_number = #{serialNumber}, serial_number = #{serialNumber},
</if> </if>
<if test="deviceName != null and deviceName != ''">
device_name = #{deviceName},
</if>
</set> </set>
where is_active = '1' and device_code = #{deviceCode} where is_active = '1' and device_code = #{deviceCode}
</update> </update>