支持锁定编辑后的设备名 #642
This commit is contained in:
@@ -360,7 +360,7 @@ public class DeviceServiceImpl implements IDeviceService {
|
||||
device.setUpdateTime(now);
|
||||
device.setCharset(device.getCharset().toUpperCase());
|
||||
device.setUpdateTime(DateUtil.getNow());
|
||||
if (deviceMapper.update(device) > 0) {
|
||||
if (deviceMapper.updateCustom(device) > 0) {
|
||||
redisCatchStorage.updateDevice(device);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user