考勤机名称修改
This commit is contained in:
parent
56f46c4570
commit
2a4a829abc
|
|
@ -24,6 +24,9 @@
|
|||
<if test="serialNumber != null and serialNumber != ''">
|
||||
serial_number = #{serialNumber},
|
||||
</if>
|
||||
<if test="deviceName != null and deviceName != ''">
|
||||
device_name = #{deviceName},
|
||||
</if>
|
||||
</set>
|
||||
where is_active = '1' and device_code = #{deviceCode}
|
||||
</update>
|
||||
|
|
|
|||
Loading…
Reference in New Issue