编辑设备得时候同步更新相关id
This commit is contained in:
parent
74319a42bb
commit
3c90ccb67b
@ -173,6 +173,9 @@ public class EquipmentInfoServiceImpl extends ServiceImpl<EquipmentInfoMapper, E
|
||||
}
|
||||
info.setType(equipmentType.getType());
|
||||
info.setBrandName(equipmentBrand.getBrand());
|
||||
info.setSpecsId(dto.getSpecId());
|
||||
info.setBrandId(dto.getBrandId());
|
||||
info.setTypeId(dto.getTypeId());
|
||||
info.setSpecType(equipmentSpecs.getSpecs());
|
||||
info.setQr(dto.getQr());
|
||||
info.setCode(dto.getCode());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user