@@ -386,7 +386,7 @@ public class DeviceInfoServiceImpl extends ServiceImpl<DeviceInfoMapper, DeviceI
//一级商户,解绑后,直接释放
if (parentId == 0) {
//兴元等级 0 释放关系
- deviceInfo.setMercId(0L);
+ deviceInfo.setMercId(-1L);
}
deviceInfo.setMercName(StrUtil.EMPTY);