考勤机名称修改
This commit is contained in:
parent
56f46c4570
commit
2a4a829abc
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue